Shades of Puerto Rico #4BCBAE
Tints of Puerto Rico #4BCBAE
RGB
CMYK
RGB Variations
Color information
#4BCBAE (or 0x4BCBAE) is known color: Puerto Rico. HEX triplet: 4B, CB and AE. RGB value is (75,203,174). Sum of RGB (Red+Green+Blue) = 75+203+174=452 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.59% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCBAE is #B43451. Grayscale: #A1A1A1. Windows color (decimal): -11809874 or 11455307. OLE color: 11455307.
HSL color Cylindrical-coordinate representation of color #4BCBAE: hue angle of 166.41º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCBAE is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 174 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.20 |
| HSL | 166.41º | 0.55% | 0.55% | - |
| HSV(B) | 166.41º | 0.63% | 0.8% | - |
| XYZ | 31.9 | 47.26 | 47.49 | - |
| YUV | 161.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 174 | 0.63 | 0 | 0.14 | 0.20 | 166.41 | 0.55 | 0.55 |
| Hex | 4B | CB | AE | 3F | 0 | E | 14 | A6 | 37 | 37 |
| Octal | 113 | 313 | 256 | 77 | 0 | 16 | 24 | 246 | 67 | 67 |
| Binary | 1001011 | 11001011 | 10101110 | 111111 | 0 | 1110 | 10100 | 10100110 | 110111 | 110111 |
Color Harmonies of #4BCBAE
Complementary color
Monochromatic Colors of #4BCBAE
Black with #4BCBAE
Text Example
Text Example
White with #4BCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCBAE; }
p { color: rgb(75,203,174); }
H1.HeaderClassName
{
color: #4BCBAE;
}
.AnyTagClassName
{
color: #4BCBAE;
}
</style>
background-color css
<style>
a { background-color: #4BCBAE; }
a { background-color: rgb(75,203,174); }
div.DivClassName
{
background-color: #4BCBAE;
}
.BgClassName
{
background-color: #4BCBAE;
}
</style>
border-color css
<style>
span { border-color: #4BCBAE; }
span { border-color: rgb(75,203,174); }
td.TdClassName
{
border-color: #4BCBAE;
}
.TagClassName
{
border-color: #4BCBAE;
}
</style>