Shades of Puerto Rico #4EB2AD
Tints of Puerto Rico #4EB2AD
RGB
CMYK
RGB Variations
Color information
#4EB2AD (or 0x4EB2AD) is known color: Puerto Rico. HEX triplet: 4E, B2 and AD. RGB value is (78,178,173). Sum of RGB (Red+Green+Blue) = 78+178+173=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EB2AD is #B14D52. Grayscale: #939393. Windows color (decimal): -11619667 or 11383374. OLE color: 11383374.
HSL color Cylindrical-coordinate representation of color #4EB2AD: hue angle of 177º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB2AD is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 178 | 173 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.30 |
| HSL | 177º | 0.39% | 0.5% | - |
| HSV(B) | 177º | 0.56% | 0.7% | - |
| XYZ | 26.61 | 36.48 | 45.17 | - |
| YUV | 147.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 178 | 173 | 0.56 | 0 | 0.03 | 0.30 | 177 | 0.39 | 0.5 |
| Hex | 4E | B2 | AD | 38 | 0 | 3 | 1E | B1 | 27 | 32 |
| Octal | 116 | 262 | 255 | 70 | 0 | 3 | 36 | 261 | 47 | 62 |
| Binary | 1001110 | 10110010 | 10101101 | 111000 | 0 | 11 | 11110 | 10110001 | 100111 | 110010 |
Color Harmonies of #4EB2AD
Complementary color
Monochromatic Colors of #4EB2AD
Black with #4EB2AD
Text Example
Text Example
White with #4EB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB2AD; }
p { color: rgb(78,178,173); }
H1.HeaderClassName
{
color: #4EB2AD;
}
.AnyTagClassName
{
color: #4EB2AD;
}
</style>
background-color css
<style>
a { background-color: #4EB2AD; }
a { background-color: rgb(78,178,173); }
div.DivClassName
{
background-color: #4EB2AD;
}
.BgClassName
{
background-color: #4EB2AD;
}
</style>
border-color css
<style>
span { border-color: #4EB2AD; }
span { border-color: rgb(78,178,173); }
td.TdClassName
{
border-color: #4EB2AD;
}
.TagClassName
{
border-color: #4EB2AD;
}
</style>