Shades of Puerto Rico #4CBDB2
Tints of Puerto Rico #4CBDB2
RGB
CMYK
RGB Variations
Color information
#4CBDB2 (or 0x4CBDB2) is known color: Puerto Rico. HEX triplet: 4C, BD and B2. RGB value is (76,189,178). Sum of RGB (Red+Green+Blue) = 76+189+178=443 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.16% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBDB2 is #B3424D. Grayscale: #999999. Windows color (decimal): -11747918 or 11713868. OLE color: 11713868.
HSL color Cylindrical-coordinate representation of color #4CBDB2: hue angle of 174.16º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBDB2 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 189 | 178 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.26 |
| HSL | 174.16º | 0.46% | 0.52% | - |
| HSV(B) | 174.16º | 0.6% | 0.74% | - |
| XYZ | 29.21 | 41.15 | 48.52 | - |
| YUV | 153.96 | 141.56 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 178 | 0.60 | 0 | 0.06 | 0.26 | 174.16 | 0.46 | 0.52 |
| Hex | 4C | BD | B2 | 3C | 0 | 6 | 1A | AE | 2E | 34 |
| Octal | 114 | 275 | 262 | 74 | 0 | 6 | 32 | 256 | 56 | 64 |
| Binary | 1001100 | 10111101 | 10110010 | 111100 | 0 | 110 | 11010 | 10101110 | 101110 | 110100 |
Color Harmonies of #4CBDB2
Complementary color
Monochromatic Colors of #4CBDB2
Black with #4CBDB2
Text Example
Text Example
White with #4CBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDB2; }
p { color: rgb(76,189,178); }
H1.HeaderClassName
{
color: #4CBDB2;
}
.AnyTagClassName
{
color: #4CBDB2;
}
</style>
background-color css
<style>
a { background-color: #4CBDB2; }
a { background-color: rgb(76,189,178); }
div.DivClassName
{
background-color: #4CBDB2;
}
.BgClassName
{
background-color: #4CBDB2;
}
</style>
border-color css
<style>
span { border-color: #4CBDB2; }
span { border-color: rgb(76,189,178); }
td.TdClassName
{
border-color: #4CBDB2;
}
.TagClassName
{
border-color: #4CBDB2;
}
</style>