Shades of Puerto Rico #4CBFA8
Tints of Puerto Rico #4CBFA8
RGB
CMYK
RGB Variations
Color information
#4CBFA8 (or 0x4CBFA8) is known color: Puerto Rico. HEX triplet: 4C, BF and A8. RGB value is (76,191,168). Sum of RGB (Red+Green+Blue) = 76+191+168=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBFA8 is #B34057. Grayscale: #999999. Windows color (decimal): -11747416 or 11059020. OLE color: 11059020.
HSL color Cylindrical-coordinate representation of color #4CBFA8: hue angle of 168º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBFA8 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 168 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.25 |
| HSL | 168º | 0.47% | 0.52% | - |
| HSV(B) | 168º | 0.6% | 0.75% | - |
| XYZ | 28.68 | 41.63 | 43.57 | - |
| YUV | 153.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 168 | 0.60 | 0 | 0.12 | 0.25 | 168 | 0.47 | 0.52 |
| Hex | 4C | BF | A8 | 3C | 0 | C | 19 | A8 | 2F | 34 |
| Octal | 114 | 277 | 250 | 74 | 0 | 14 | 31 | 250 | 57 | 64 |
| Binary | 1001100 | 10111111 | 10101000 | 111100 | 0 | 1100 | 11001 | 10101000 | 101111 | 110100 |
Color Harmonies of #4CBFA8
Complementary color
Monochromatic Colors of #4CBFA8
Black with #4CBFA8
Text Example
Text Example
White with #4CBFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFA8; }
p { color: rgb(76,191,168); }
H1.HeaderClassName
{
color: #4CBFA8;
}
.AnyTagClassName
{
color: #4CBFA8;
}
</style>
background-color css
<style>
a { background-color: #4CBFA8; }
a { background-color: rgb(76,191,168); }
div.DivClassName
{
background-color: #4CBFA8;
}
.BgClassName
{
background-color: #4CBFA8;
}
</style>
border-color css
<style>
span { border-color: #4CBFA8; }
span { border-color: rgb(76,191,168); }
td.TdClassName
{
border-color: #4CBFA8;
}
.TagClassName
{
border-color: #4CBFA8;
}
</style>