#4CA698

Color #4CA698 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4CA698

Tints of Puerto Rico #4CA698

Color information

#4CA698 (or 0x4CA698) is unknown color: approx Puerto Rico. HEX triplet: 4C, A6 and 98. RGB value is (76,166,152). Sum of RGB (Red+Green+Blue) = 76+166+152=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA698 is #B35967. Grayscale: #898989. Windows color (decimal): -11753832 or 10004044. OLE color: 10004044.

HSL color Cylindrical-coordinate representation of color #4CA698: hue angle of 170.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA698 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB76166152-
CMYK0.5400.080.35
HSL170.67º37.19%47.45%-
HSV(B)170.67º54.22%65.1%-
XYZ22.2831.0834.53-
YUV137.49136.1884.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 19.29%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=19.29%
G=42.13%
B=38.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal761661520.5400.080.35170.6737.1947.45
Hex4CA698360823ab252f
Octal11424623066010432534557
Binary100110010100110100110001101100100010001110101011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CA698; }

 p { color: rgb(76,166,152); }

 H1.HeaderClassName
 {
   color: #4CA698;
 }
 .AnyTagClassName
 {
   color: #4CA698;
 }
</style>
background-color css

<style>
 a { background-color: #4CA698; }

 a { background-color: rgb(76,166,152); }

 div.DivClassName
 {
   background-color: #4CA698;
 }
 .BgClassName
 {
   background-color: #4CA698;
 }
</style>
border-color css

<style>
 span { border-color: #4CA698; }

 span { border-color: rgb(76,166,152); }

 td.TdClassName
 {
   border-color: #4CA698;
 }
 .TagClassName
 {
   border-color: #4CA698;
 }
</style>