Shades of Caribbean Green #05CBAB
Tints of Caribbean Green #05CBAB
RGB
CMYK
RGB Variations
Color information
#05CBAB (or 0x05CBAB) is known color: Caribbean Green. HEX triplet: 05, CB and AB. RGB value is (5,203,171). Sum of RGB (Red+Green+Blue) = 5+203+171=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #05CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CBAB is #FA3454. Grayscale: #8C8C8C. Windows color (decimal): -16397397 or 11258629. OLE color: 11258629.
HSL color Cylindrical-coordinate representation of color #05CBAB: hue angle of 170.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBAB is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 171 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.20 |
| HSL | 170.3º | 0.95% | 0.41% | - |
| HSV(B) | 170.3º | 0.98% | 0.8% | - |
| XYZ | 28.77 | 45.68 | 45.83 | - |
| YUV | 140.15 | 145.4 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 171 | 0.98 | 0 | 0.16 | 0.20 | 170.3 | 0.95 | 0.41 |
| Hex | 5 | CB | AB | 62 | 0 | 10 | 14 | AA | 5F | 29 |
| Octal | 5 | 313 | 253 | 142 | 0 | 20 | 24 | 252 | 137 | 51 |
| Binary | 101 | 11001011 | 10101011 | 1100010 | 0 | 10000 | 10100 | 10101010 | 1011111 | 101001 |
Color Harmonies of #05CBAB
Complementary color
Monochromatic Colors of #05CBAB
Black with #05CBAB
Text Example
Text Example
White with #05CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBAB; }
p { color: rgb(5,203,171); }
H1.HeaderClassName
{
color: #05CBAB;
}
.AnyTagClassName
{
color: #05CBAB;
}
</style>
background-color css
<style>
a { background-color: #05CBAB; }
a { background-color: rgb(5,203,171); }
div.DivClassName
{
background-color: #05CBAB;
}
.BgClassName
{
background-color: #05CBAB;
}
</style>
border-color css
<style>
span { border-color: #05CBAB; }
span { border-color: rgb(5,203,171); }
td.TdClassName
{
border-color: #05CBAB;
}
.TagClassName
{
border-color: #05CBAB;
}
</style>