Shades of Puerto Rico #4DCEAA
Tints of Puerto Rico #4DCEAA
RGB
CMYK
RGB Variations
Color information
#4DCEAA (or 0x4DCEAA) is known color: Puerto Rico. HEX triplet: 4D, CE and AA. RGB value is (77,206,170). Sum of RGB (Red+Green+Blue) = 77+206+170=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCEAA is #B23155. Grayscale: #A3A3A3. Windows color (decimal): -11678038 or 11193933. OLE color: 11193933.
HSL color Cylindrical-coordinate representation of color #4DCEAA: hue angle of 163.26º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCEAA is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 170 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.19 |
| HSL | 163.26º | 0.57% | 0.55% | - |
| HSV(B) | 163.26º | 0.63% | 0.81% | - |
| XYZ | 32.39 | 48.62 | 45.71 | - |
| YUV | 163.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 170 | 0.63 | 0 | 0.17 | 0.19 | 163.26 | 0.57 | 0.55 |
| Hex | 4D | CE | AA | 3F | 0 | 11 | 13 | A3 | 39 | 37 |
| Octal | 115 | 316 | 252 | 77 | 0 | 21 | 23 | 243 | 71 | 67 |
| Binary | 1001101 | 11001110 | 10101010 | 111111 | 0 | 10001 | 10011 | 10100011 | 111001 | 110111 |
Color Harmonies of #4DCEAA
Complementary color
Monochromatic Colors of #4DCEAA
Black with #4DCEAA
Text Example
Text Example
White with #4DCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEAA; }
p { color: rgb(77,206,170); }
H1.HeaderClassName
{
color: #4DCEAA;
}
.AnyTagClassName
{
color: #4DCEAA;
}
</style>
background-color css
<style>
a { background-color: #4DCEAA; }
a { background-color: rgb(77,206,170); }
div.DivClassName
{
background-color: #4DCEAA;
}
.BgClassName
{
background-color: #4DCEAA;
}
</style>
border-color css
<style>
span { border-color: #4DCEAA; }
span { border-color: rgb(77,206,170); }
td.TdClassName
{
border-color: #4DCEAA;
}
.TagClassName
{
border-color: #4DCEAA;
}
</style>