#4cc0a6

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

Shades of Puerto Rico #4CC0A6

Tints of Puerto Rico #4CC0A6

Color information

#4CC0A6 (or 0x4CC0A6) is unknown color: approx Puerto Rico. HEX triplet: 4C, C0 and A6. RGB value is (76,192,166). Sum of RGB (Red+Green+Blue) = 76+192+166=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC0A6 is #B33F59. Grayscale: #9A9A9A. Windows color (decimal): -11747162 or 10928204. OLE color: 10928204.

HSL color Cylindrical-coordinate representation of color #4CC0A6: hue angle of 166.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC0A6 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB76192166-
CMYK0.6000.140.25
HSL166.55º47.93%52.55%-
HSV(B)166.55º60.42%75.29%-
XYZ28.7141.9942.67-
YUV154.35134.5772.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.51%
GREEN value IS 192 (75.39% from 255) = 44.24%
BLUE value IS 166 (65.23% from 255) = 38.25%
R=17.51%
G=44.24%
B=38.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761921660.6000.140.25166.5547.9352.55
Hex4CC0A63C0E19a73035
Octal11430024674016312476065
Binary10011001100000010100110111100011101100110100111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cc0a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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