Shades of Puerto Rico #4DCBAE
Tints of Puerto Rico #4DCBAE
RGB
CMYK
RGB Variations
Color information
#4DCBAE (or 0x4DCBAE) is known color: Puerto Rico. HEX triplet: 4D, CB and AE. RGB value is (77,203,174). Sum of RGB (Red+Green+Blue) = 77+203+174=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCBAE is #B23451. Grayscale: #A2A2A2. Windows color (decimal): -11678802 or 11455309. OLE color: 11455309.
HSL color Cylindrical-coordinate representation of color #4DCBAE: hue angle of 166.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCBAE is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 203 | 174 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.20 |
| HSL | 166.19º | 0.55% | 0.55% | - |
| HSV(B) | 166.19º | 0.62% | 0.8% | - |
| XYZ | 32.06 | 47.35 | 47.49 | - |
| YUV | 162.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 174 | 0.62 | 0 | 0.14 | 0.20 | 166.19 | 0.55 | 0.55 |
| Hex | 4D | CB | AE | 3E | 0 | E | 14 | A6 | 37 | 37 |
| Octal | 115 | 313 | 256 | 76 | 0 | 16 | 24 | 246 | 67 | 67 |
| Binary | 1001101 | 11001011 | 10101110 | 111110 | 0 | 1110 | 10100 | 10100110 | 110111 | 110111 |
Color Harmonies of #4DCBAE
Complementary color
Monochromatic Colors of #4DCBAE
Black with #4DCBAE
Text Example
Text Example
White with #4DCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBAE; }
p { color: rgb(77,203,174); }
H1.HeaderClassName
{
color: #4DCBAE;
}
.AnyTagClassName
{
color: #4DCBAE;
}
</style>
background-color css
<style>
a { background-color: #4DCBAE; }
a { background-color: rgb(77,203,174); }
div.DivClassName
{
background-color: #4DCBAE;
}
.BgClassName
{
background-color: #4DCBAE;
}
</style>
border-color css
<style>
span { border-color: #4DCBAE; }
span { border-color: rgb(77,203,174); }
td.TdClassName
{
border-color: #4DCBAE;
}
.TagClassName
{
border-color: #4DCBAE;
}
</style>