Shades of Caribbean Green #05CEAD
Tints of Caribbean Green #05CEAD
RGB
CMYK
RGB Variations
Color information
#05CEAD (or 0x05CEAD) is known color: Caribbean Green. HEX triplet: 05, CE and AD. RGB value is (5,206,173). Sum of RGB (Red+Green+Blue) = 5+206+173=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #05CEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CEAD is #FA3152. Grayscale: #8E8E8E. Windows color (decimal): -16396627 or 11390469. OLE color: 11390469.
HSL color Cylindrical-coordinate representation of color #05CEAD: hue angle of 170.15º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CEAD is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 173 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.19 |
| HSL | 170.15º | 0.95% | 0.41% | - |
| HSV(B) | 170.15º | 0.98% | 0.81% | - |
| XYZ | 29.68 | 47.19 | 47.08 | - |
| YUV | 142.14 | 145.41 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 173 | 0.98 | 0 | 0.16 | 0.19 | 170.15 | 0.95 | 0.41 |
| Hex | 5 | CE | AD | 62 | 0 | 10 | 13 | AA | 5F | 29 |
| Octal | 5 | 316 | 255 | 142 | 0 | 20 | 23 | 252 | 137 | 51 |
| Binary | 101 | 11001110 | 10101101 | 1100010 | 0 | 10000 | 10011 | 10101010 | 1011111 | 101001 |
Color Harmonies of #05CEAD
Complementary color
Monochromatic Colors of #05CEAD
Black with #05CEAD
Text Example
Text Example
White with #05CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CEAD; }
p { color: rgb(5,206,173); }
H1.HeaderClassName
{
color: #05CEAD;
}
.AnyTagClassName
{
color: #05CEAD;
}
</style>
background-color css
<style>
a { background-color: #05CEAD; }
a { background-color: rgb(5,206,173); }
div.DivClassName
{
background-color: #05CEAD;
}
.BgClassName
{
background-color: #05CEAD;
}
</style>
border-color css
<style>
span { border-color: #05CEAD; }
span { border-color: rgb(5,206,173); }
td.TdClassName
{
border-color: #05CEAD;
}
.TagClassName
{
border-color: #05CEAD;
}
</style>