#4CCA9C

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

Shades of Puerto Rico #4CCA9C

Tints of Puerto Rico #4CCA9C

Color information

#4CCA9C (or 0x4CCA9C) is unknown color: approx Puerto Rico. HEX triplet: 4C, CA and 9C. RGB value is (76,202,156). Sum of RGB (Red+Green+Blue) = 76+202+156=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCA9C is #B33563. Grayscale: #9F9F9F. Windows color (decimal): -11744612 or 10275404. OLE color: 10275404.

HSL color Cylindrical-coordinate representation of color #4CCA9C: hue angle of 158.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCA9C is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB76202156-
CMYK0.6200.230.21
HSL158.1º54.31%54.51%-
HSV(B)158.1º62.38%79.22%-
XYZ30.146.1838.78-
YUV159.08126.2668.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.51%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=17.51%
G=46.54%
B=35.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal762021560.6200.230.21158.154.3154.51
Hex4CCA9C3E017159e3637
Octal11431223476027252366667
Binary100110011001010100111001111100101111010110011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,202,156); }

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

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

 a { background-color: rgb(76,202,156); }

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

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

 span { border-color: rgb(76,202,156); }

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