Shades of Caribbean Green #05CFB0
Tints of Caribbean Green #05CFB0
RGB
CMYK
RGB Variations
Color information
#05CFB0 (or 0x05CFB0) is known color: Caribbean Green. HEX triplet: 05, CF and B0. RGB value is (5,207,176). Sum of RGB (Red+Green+Blue) = 5+207+176=388 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CFB0 is #FA304F. Grayscale: #8E8E8E. Windows color (decimal): -16396368 or 11587333. OLE color: 11587333.
HSL color Cylindrical-coordinate representation of color #05CFB0: hue angle of 170.79º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFB0 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 176 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.19 |
| HSL | 170.79º | 0.95% | 0.42% | - |
| HSV(B) | 170.79º | 0.98% | 0.81% | - |
| XYZ | 30.21 | 47.79 | 48.71 | - |
| YUV | 143.07 | 146.58 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 176 | 0.98 | 0 | 0.15 | 0.19 | 170.79 | 0.95 | 0.42 |
| Hex | 5 | CF | B0 | 62 | 0 | F | 13 | AB | 5F | 2A |
| Octal | 5 | 317 | 260 | 142 | 0 | 17 | 23 | 253 | 137 | 52 |
| Binary | 101 | 11001111 | 10110000 | 1100010 | 0 | 1111 | 10011 | 10101011 | 1011111 | 101010 |
Color Harmonies of #05CFB0
Complementary color
Monochromatic Colors of #05CFB0
Black with #05CFB0
Text Example
Text Example
White with #05CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFB0; }
p { color: rgb(5,207,176); }
H1.HeaderClassName
{
color: #05CFB0;
}
.AnyTagClassName
{
color: #05CFB0;
}
</style>
background-color css
<style>
a { background-color: #05CFB0; }
a { background-color: rgb(5,207,176); }
div.DivClassName
{
background-color: #05CFB0;
}
.BgClassName
{
background-color: #05CFB0;
}
</style>
border-color css
<style>
span { border-color: #05CFB0; }
span { border-color: rgb(5,207,176); }
td.TdClassName
{
border-color: #05CFB0;
}
.TagClassName
{
border-color: #05CFB0;
}
</style>