Shades of Puerto Rico #4CBDA5
Tints of Puerto Rico #4CBDA5
RGB
CMYK
RGB Variations
Color information
#4CBDA5 (or 0x4CBDA5) is known color: Puerto Rico. HEX triplet: 4C, BD and A5. RGB value is (76,189,165). Sum of RGB (Red+Green+Blue) = 76+189+165=430 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.67% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBDA5 is #B3425A. Grayscale: #989898. Windows color (decimal): -11747931 or 10861900. OLE color: 10861900.
HSL color Cylindrical-coordinate representation of color #4CBDA5: hue angle of 167.26º 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 #4CBDA5 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 189 | 165 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.26 |
| HSL | 167.26º | 0.46% | 0.52% | - |
| HSV(B) | 167.26º | 0.6% | 0.74% | - |
| XYZ | 27.97 | 40.65 | 41.97 | - |
| YUV | 152.48 | 135.06 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 165 | 0.60 | 0 | 0.13 | 0.26 | 167.26 | 0.46 | 0.52 |
| Hex | 4C | BD | A5 | 3C | 0 | D | 1A | A7 | 2E | 34 |
| Octal | 114 | 275 | 245 | 74 | 0 | 15 | 32 | 247 | 56 | 64 |
| Binary | 1001100 | 10111101 | 10100101 | 111100 | 0 | 1101 | 11010 | 10100111 | 101110 | 110100 |
Color Harmonies of #4CBDA5
Complementary color
Monochromatic Colors of #4CBDA5
Black with #4CBDA5
Text Example
Text Example
White with #4CBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDA5; }
p { color: rgb(76,189,165); }
H1.HeaderClassName
{
color: #4CBDA5;
}
.AnyTagClassName
{
color: #4CBDA5;
}
</style>
background-color css
<style>
a { background-color: #4CBDA5; }
a { background-color: rgb(76,189,165); }
div.DivClassName
{
background-color: #4CBDA5;
}
.BgClassName
{
background-color: #4CBDA5;
}
</style>
border-color css
<style>
span { border-color: #4CBDA5; }
span { border-color: rgb(76,189,165); }
td.TdClassName
{
border-color: #4CBDA5;
}
.TagClassName
{
border-color: #4CBDA5;
}
</style>