Shades of Caribbean Green #05CBA3
Tints of Caribbean Green #05CBA3
RGB
CMYK
RGB Variations
Color information
#05CBA3 (or 0x05CBA3) is known color: Caribbean Green. HEX triplet: 05, CB and A3. RGB value is (5,203,163). Sum of RGB (Red+Green+Blue) = 5+203+163=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #05CBA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CBA3 is #FA345C. Grayscale: #8B8B8B. Windows color (decimal): -16397405 or 10734341. OLE color: 10734341.
HSL color Cylindrical-coordinate representation of color #05CBA3: hue angle of 167.88º 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 #05CBA3 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 163 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.20 |
| HSL | 167.88º | 0.95% | 0.41% | - |
| HSV(B) | 167.88º | 0.98% | 0.8% | - |
| XYZ | 28.03 | 45.39 | 41.93 | - |
| YUV | 139.24 | 141.4 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 163 | 0.98 | 0 | 0.20 | 0.20 | 167.88 | 0.95 | 0.41 |
| Hex | 5 | CB | A3 | 62 | 0 | 14 | 14 | A8 | 5F | 29 |
| Octal | 5 | 313 | 243 | 142 | 0 | 24 | 24 | 250 | 137 | 51 |
| Binary | 101 | 11001011 | 10100011 | 1100010 | 0 | 10100 | 10100 | 10101000 | 1011111 | 101001 |
Color Harmonies of #05CBA3
Complementary color
Monochromatic Colors of #05CBA3
Black with #05CBA3
Text Example
Text Example
White with #05CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBA3; }
p { color: rgb(5,203,163); }
H1.HeaderClassName
{
color: #05CBA3;
}
.AnyTagClassName
{
color: #05CBA3;
}
</style>
background-color css
<style>
a { background-color: #05CBA3; }
a { background-color: rgb(5,203,163); }
div.DivClassName
{
background-color: #05CBA3;
}
.BgClassName
{
background-color: #05CBA3;
}
</style>
border-color css
<style>
span { border-color: #05CBA3; }
span { border-color: rgb(5,203,163); }
td.TdClassName
{
border-color: #05CBA3;
}
.TagClassName
{
border-color: #05CBA3;
}
</style>