#4CC2A9

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

Shades of Puerto Rico #4CC2A9

Tints of Puerto Rico #4CC2A9

Color information

#4CC2A9 (or 0x4CC2A9) is unknown color: approx Puerto Rico. HEX triplet: 4C, C2 and A9. RGB value is (76,194,169). Sum of RGB (Red+Green+Blue) = 76+194+169=439 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.31% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC2A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC2A9 is #B33D56. Grayscale: #9B9B9B. Windows color (decimal): -11746647 or 11125324. OLE color: 11125324.

HSL color Cylindrical-coordinate representation of color #4CC2A9: hue angle of 167.29º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC2A9 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB76194169-
CMYK0.6100.130.24
HSL167.29º49.17%52.94%-
HSV(B)167.29º60.82%76.08%-
XYZ29.4342.9844.28-
YUV155.87135.4171.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.31%
GREEN value IS 194 (76.17% from 255) = 44.19%
BLUE value IS 169 (66.41% from 255) = 38.50%
R=17.31%
G=44.19%
B=38.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761941690.6100.130.24167.2949.1752.94
Hex4CC2A93D0D18a73135
Octal11430225175015302476165
Binary10011001100001010101001111101011011100010100111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,194,169); }

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

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

 a { background-color: rgb(76,194,169); }

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

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

 span { border-color: rgb(76,194,169); }

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