Shades of Caribbean Green #05D99B
Tints of Caribbean Green #05D99B
RGB
CMYK
RGB Variations
Color information
#05D99B (or 0x05D99B) is known color: Caribbean Green. HEX triplet: 05, D9 and 9B. RGB value is (5,217,155). Sum of RGB (Red+Green+Blue) = 5+217+155=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 217 (85.16% from 255 or 57.56% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 217 - color contains mainly: green. Hex color #05D99B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D99B is #FA2664. Grayscale: #929292. Windows color (decimal): -16393829 or 10213637. OLE color: 10213637.
HSL color Cylindrical-coordinate representation of color #05D99B: hue angle of 162.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D99B is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 155 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.15 |
| HSL | 162.45º | 0.95% | 0.44% | - |
| HSV(B) | 162.45º | 0.98% | 0.85% | - |
| XYZ | 30.79 | 52.02 | 39.43 | - |
| YUV | 146.54 | 132.76 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 155 | 0.98 | 0 | 0.29 | 0.15 | 162.45 | 0.95 | 0.44 |
| Hex | 5 | D9 | 9B | 62 | 0 | 1D | F | A2 | 5F | 2C |
| Octal | 5 | 331 | 233 | 142 | 0 | 35 | 17 | 242 | 137 | 54 |
| Binary | 101 | 11011001 | 10011011 | 1100010 | 0 | 11101 | 1111 | 10100010 | 1011111 | 101100 |
Color Harmonies of #05D99B
Complementary color
Monochromatic Colors of #05D99B
Black with #05D99B
Text Example
Text Example
White with #05D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D99B; }
p { color: rgb(5,217,155); }
H1.HeaderClassName
{
color: #05D99B;
}
.AnyTagClassName
{
color: #05D99B;
}
</style>
background-color css
<style>
a { background-color: #05D99B; }
a { background-color: rgb(5,217,155); }
div.DivClassName
{
background-color: #05D99B;
}
.BgClassName
{
background-color: #05D99B;
}
</style>
border-color css
<style>
span { border-color: #05D99B; }
span { border-color: rgb(5,217,155); }
td.TdClassName
{
border-color: #05D99B;
}
.TagClassName
{
border-color: #05D99B;
}
</style>