#4CC0AA

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

Shades of Puerto Rico #4CC0AA

Tints of Puerto Rico #4CC0AA

Color information

#4CC0AA (or 0x4CC0AA) is unknown color: approx Puerto Rico. HEX triplet: 4C, C0 and AA. RGB value is (76,192,170). Sum of RGB (Red+Green+Blue) = 76+192+170=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC0AA is #B33F55. Grayscale: #9A9A9A. Windows color (decimal): -11747158 or 11190348. OLE color: 11190348.

HSL color Cylindrical-coordinate representation of color #4CC0AA: hue angle of 168.62º 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 #4CC0AA is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB76192170-
CMYK0.6000.110.25
HSL168.62º47.93%52.55%-
HSV(B)168.62º60.42%75.29%-
XYZ29.0942.1444.63-
YUV154.81136.5771.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.35%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=17.35%
G=43.84%
B=38.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761921700.6000.110.25168.6247.9352.55
Hex4CC0AA3C0B19a93035
Octal11430025274013312516065
Binary10011001100000010101010111100010111100110101001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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