Shades of Caribbean Green #05DEAA
Tints of Caribbean Green #05DEAA
RGB
CMYK
RGB Variations
Color information
#05DEAA (or 0x05DEAA) is known color: Caribbean Green. HEX triplet: 05, DE and AA. RGB value is (5,222,170). Sum of RGB (Red+Green+Blue) = 5+222+170=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #05DEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DEAA is #FA2155. Grayscale: #979797. Windows color (decimal): -16392534 or 11197957. OLE color: 11197957.
HSL color Cylindrical-coordinate representation of color #05DEAA: hue angle of 165.62º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DEAA is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 222 | 170 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.13 |
| HSL | 165.62º | 0.96% | 0.45% | - |
| HSV(B) | 165.62º | 0.98% | 0.87% | - |
| XYZ | 33.44 | 55.18 | 46.92 | - |
| YUV | 151.19 | 138.61 | 23.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 222 | 170 | 0.98 | 0 | 0.23 | 0.13 | 165.62 | 0.96 | 0.45 |
| Hex | 5 | DE | AA | 62 | 0 | 17 | D | A6 | 60 | 2D |
| Octal | 5 | 336 | 252 | 142 | 0 | 27 | 15 | 246 | 140 | 55 |
| Binary | 101 | 11011110 | 10101010 | 1100010 | 0 | 10111 | 1101 | 10100110 | 1100000 | 101101 |
Color Harmonies of #05DEAA
Complementary color
Monochromatic Colors of #05DEAA
Black with #05DEAA
Text Example
Text Example
White with #05DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DEAA; }
p { color: rgb(5,222,170); }
H1.HeaderClassName
{
color: #05DEAA;
}
.AnyTagClassName
{
color: #05DEAA;
}
</style>
background-color css
<style>
a { background-color: #05DEAA; }
a { background-color: rgb(5,222,170); }
div.DivClassName
{
background-color: #05DEAA;
}
.BgClassName
{
background-color: #05DEAA;
}
</style>
border-color css
<style>
span { border-color: #05DEAA; }
span { border-color: rgb(5,222,170); }
td.TdClassName
{
border-color: #05DEAA;
}
.TagClassName
{
border-color: #05DEAA;
}
</style>