Shades of Puerto Rico #4CAF9C
Tints of Puerto Rico #4CAF9C
RGB
CMYK
RGB Variations
Color information
#4CAF9C (or 0x4CAF9C) is known color: Puerto Rico. HEX triplet: 4C, AF and 9C. RGB value is (76,175,156). Sum of RGB (Red+Green+Blue) = 76+175+156=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAF9C is #B35063. Grayscale: #8F8F8F. Windows color (decimal): -11751524 or 10268492. OLE color: 10268492.
HSL color Cylindrical-coordinate representation of color #4CAF9C: hue angle of 168.48º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF9C is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 175 | 156 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.31 |
| HSL | 168.48º | 0.39% | 0.49% | - |
| HSV(B) | 168.48º | 0.57% | 0.69% | - |
| XYZ | 24.31 | 34.6 | 36.85 | - |
| YUV | 143.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 156 | 0.57 | 0 | 0.11 | 0.31 | 168.48 | 0.39 | 0.49 |
| Hex | 4C | AF | 9C | 39 | 0 | B | 1F | A8 | 27 | 31 |
| Octal | 114 | 257 | 234 | 71 | 0 | 13 | 37 | 250 | 47 | 61 |
| Binary | 1001100 | 10101111 | 10011100 | 111001 | 0 | 1011 | 11111 | 10101000 | 100111 | 110001 |
Color Harmonies of #4CAF9C
Complementary color
Monochromatic Colors of #4CAF9C
Black with #4CAF9C
Text Example
Text Example
White with #4CAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAF9C; }
p { color: rgb(76,175,156); }
H1.HeaderClassName
{
color: #4CAF9C;
}
.AnyTagClassName
{
color: #4CAF9C;
}
</style>
background-color css
<style>
a { background-color: #4CAF9C; }
a { background-color: rgb(76,175,156); }
div.DivClassName
{
background-color: #4CAF9C;
}
.BgClassName
{
background-color: #4CAF9C;
}
</style>
border-color css
<style>
span { border-color: #4CAF9C; }
span { border-color: rgb(76,175,156); }
td.TdClassName
{
border-color: #4CAF9C;
}
.TagClassName
{
border-color: #4CAF9C;
}
</style>