Shades of Caribbean Green #05CE9B
Tints of Caribbean Green #05CE9B
RGB
CMYK
RGB Variations
Color information
#05CE9B (or 0x05CE9B) is known color: Caribbean Green. HEX triplet: 05, CE and 9B. RGB value is (5,206,155). Sum of RGB (Red+Green+Blue) = 5+206+155=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CE9B is #FA3164. Grayscale: #8C8C8C. Windows color (decimal): -16396645 or 10210821. OLE color: 10210821.
HSL color Cylindrical-coordinate representation of color #05CE9B: hue angle of 164.78º 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 #05CE9B is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 155 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.19 |
| HSL | 164.78º | 0.95% | 0.41% | - |
| HSV(B) | 164.78º | 0.98% | 0.81% | - |
| XYZ | 28.05 | 46.54 | 38.52 | - |
| YUV | 140.09 | 136.41 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 155 | 0.98 | 0 | 0.25 | 0.19 | 164.78 | 0.95 | 0.41 |
| Hex | 5 | CE | 9B | 62 | 0 | 19 | 13 | A5 | 5F | 29 |
| Octal | 5 | 316 | 233 | 142 | 0 | 31 | 23 | 245 | 137 | 51 |
| Binary | 101 | 11001110 | 10011011 | 1100010 | 0 | 11001 | 10011 | 10100101 | 1011111 | 101001 |
Color Harmonies of #05CE9B
Complementary color
Monochromatic Colors of #05CE9B
Black with #05CE9B
Text Example
Text Example
White with #05CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE9B; }
p { color: rgb(5,206,155); }
H1.HeaderClassName
{
color: #05CE9B;
}
.AnyTagClassName
{
color: #05CE9B;
}
</style>
background-color css
<style>
a { background-color: #05CE9B; }
a { background-color: rgb(5,206,155); }
div.DivClassName
{
background-color: #05CE9B;
}
.BgClassName
{
background-color: #05CE9B;
}
</style>
border-color css
<style>
span { border-color: #05CE9B; }
span { border-color: rgb(5,206,155); }
td.TdClassName
{
border-color: #05CE9B;
}
.TagClassName
{
border-color: #05CE9B;
}
</style>