Shades of Caribbean Green #05CBAC
Tints of Caribbean Green #05CBAC
RGB
CMYK
RGB Variations
Color information
#05CBAC (or 0x05CBAC) is known color: Caribbean Green. HEX triplet: 05, CB and AC. RGB value is (5,203,172). Sum of RGB (Red+Green+Blue) = 5+203+172=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #05CBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CBAC is #FA3453. Grayscale: #8C8C8C. Windows color (decimal): -16397396 or 11324165. OLE color: 11324165.
HSL color Cylindrical-coordinate representation of color #05CBAC: hue angle of 170.61º 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 #05CBAC is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 172 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.20 |
| HSL | 170.61º | 0.95% | 0.41% | - |
| HSV(B) | 170.61º | 0.98% | 0.8% | - |
| XYZ | 28.86 | 45.72 | 46.33 | - |
| YUV | 140.26 | 145.9 | 31.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 172 | 0.98 | 0 | 0.15 | 0.20 | 170.61 | 0.95 | 0.41 |
| Hex | 5 | CB | AC | 62 | 0 | F | 14 | AB | 5F | 29 |
| Octal | 5 | 313 | 254 | 142 | 0 | 17 | 24 | 253 | 137 | 51 |
| Binary | 101 | 11001011 | 10101100 | 1100010 | 0 | 1111 | 10100 | 10101011 | 1011111 | 101001 |
Color Harmonies of #05CBAC
Complementary color
Monochromatic Colors of #05CBAC
Black with #05CBAC
Text Example
Text Example
White with #05CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBAC; }
p { color: rgb(5,203,172); }
H1.HeaderClassName
{
color: #05CBAC;
}
.AnyTagClassName
{
color: #05CBAC;
}
</style>
background-color css
<style>
a { background-color: #05CBAC; }
a { background-color: rgb(5,203,172); }
div.DivClassName
{
background-color: #05CBAC;
}
.BgClassName
{
background-color: #05CBAC;
}
</style>
border-color css
<style>
span { border-color: #05CBAC; }
span { border-color: rgb(5,203,172); }
td.TdClassName
{
border-color: #05CBAC;
}
.TagClassName
{
border-color: #05CBAC;
}
</style>