Shades of Caribbean Green #05CCB0
Tints of Caribbean Green #05CCB0
RGB
CMYK
RGB Variations
Color information
#05CCB0 (or 0x05CCB0) is known color: Caribbean Green. HEX triplet: 05, CC and B0. RGB value is (5,204,176). Sum of RGB (Red+Green+Blue) = 5+204+176=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #05CCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CCB0 is #FA334F. Grayscale: #8D8D8D. Windows color (decimal): -16397136 or 11586565. OLE color: 11586565.
HSL color Cylindrical-coordinate representation of color #05CCB0: hue angle of 171.56º 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 #05CCB0 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 204 | 176 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.2 |
| HSL | 171.56º | 0.95% | 0.41% | - |
| HSV(B) | 171.56º | 0.98% | 0.8% | - |
| XYZ | 29.49 | 46.35 | 48.47 | - |
| YUV | 141.31 | 147.57 | 30.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 176 | 0.98 | 0 | 0.14 | 0.2 | 171.56 | 0.95 | 0.41 |
| Hex | 5 | CC | B0 | 62 | 0 | E | 14 | AC | 5F | 29 |
| Octal | 5 | 314 | 260 | 142 | 0 | 16 | 24 | 254 | 137 | 51 |
| Binary | 101 | 11001100 | 10110000 | 1100010 | 0 | 1110 | 10100 | 10101100 | 1011111 | 101001 |
Color Harmonies of #05CCB0
Complementary color
Monochromatic Colors of #05CCB0
Black with #05CCB0
Text Example
Text Example
White with #05CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CCB0; }
p { color: rgb(5,204,176); }
H1.HeaderClassName
{
color: #05CCB0;
}
.AnyTagClassName
{
color: #05CCB0;
}
</style>
background-color css
<style>
a { background-color: #05CCB0; }
a { background-color: rgb(5,204,176); }
div.DivClassName
{
background-color: #05CCB0;
}
.BgClassName
{
background-color: #05CCB0;
}
</style>
border-color css
<style>
span { border-color: #05CCB0; }
span { border-color: rgb(5,204,176); }
td.TdClassName
{
border-color: #05CCB0;
}
.TagClassName
{
border-color: #05CCB0;
}
</style>