Shades of Caribbean Green #03CEB0
Tints of Caribbean Green #03CEB0
RGB
CMYK
RGB Variations
Color information
#03CEB0 (or 0x03CEB0) is known color: Caribbean Green. HEX triplet: 03, CE and B0. RGB value is (3,206,176). Sum of RGB (Red+Green+Blue) = 3+206+176=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #03CEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CEB0 is #FC314F. Grayscale: #8D8D8D. Windows color (decimal): -16527696 or 11587075. OLE color: 11587075.
HSL color Cylindrical-coordinate representation of color #03CEB0: hue angle of 171.13º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CEB0 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 206 | 176 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.19 |
| HSL | 171.13º | 0.97% | 0.41% | - |
| HSV(B) | 171.13º | 0.99% | 0.81% | - |
| XYZ | 29.95 | 47.3 | 48.63 | - |
| YUV | 141.88 | 147.25 | 28.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 176 | 0.99 | 0 | 0.15 | 0.19 | 171.13 | 0.97 | 0.41 |
| Hex | 3 | CE | B0 | 63 | 0 | F | 13 | AB | 61 | 29 |
| Octal | 3 | 316 | 260 | 143 | 0 | 17 | 23 | 253 | 141 | 51 |
| Binary | 11 | 11001110 | 10110000 | 1100011 | 0 | 1111 | 10011 | 10101011 | 1100001 | 101001 |
Color Harmonies of #03CEB0
Complementary color
Monochromatic Colors of #03CEB0
Black with #03CEB0
Text Example
Text Example
White with #03CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CEB0; }
p { color: rgb(3,206,176); }
H1.HeaderClassName
{
color: #03CEB0;
}
.AnyTagClassName
{
color: #03CEB0;
}
</style>
background-color css
<style>
a { background-color: #03CEB0; }
a { background-color: rgb(3,206,176); }
div.DivClassName
{
background-color: #03CEB0;
}
.BgClassName
{
background-color: #03CEB0;
}
</style>
border-color css
<style>
span { border-color: #03CEB0; }
span { border-color: rgb(3,206,176); }
td.TdClassName
{
border-color: #03CEB0;
}
.TagClassName
{
border-color: #03CEB0;
}
</style>