Shades of Caribbean Green #03D097
Tints of Caribbean Green #03D097
RGB
CMYK
RGB Variations
Color information
#03D097 (or 0x03D097) is known color: Caribbean Green. HEX triplet: 03, D0 and 97. RGB value is (3,208,151). Sum of RGB (Red+Green+Blue) = 3+208+151=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #03D097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D097 is #FC2F68. Grayscale: #8C8C8C. Windows color (decimal): -16527209 or 9949187. OLE color: 9949187.
HSL color Cylindrical-coordinate representation of color #03D097: hue angle of 163.32º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D097 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 151 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.18 |
| HSL | 163.32º | 0.97% | 0.41% | - |
| HSV(B) | 163.32º | 0.99% | 0.82% | - |
| XYZ | 28.18 | 47.37 | 36.94 | - |
| YUV | 140.21 | 134.08 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 151 | 0.99 | 0 | 0.27 | 0.18 | 163.32 | 0.97 | 0.41 |
| Hex | 3 | D0 | 97 | 63 | 0 | 1B | 12 | A3 | 61 | 29 |
| Octal | 3 | 320 | 227 | 143 | 0 | 33 | 22 | 243 | 141 | 51 |
| Binary | 11 | 11010000 | 10010111 | 1100011 | 0 | 11011 | 10010 | 10100011 | 1100001 | 101001 |
Color Harmonies of #03D097
Complementary color
Monochromatic Colors of #03D097
Black with #03D097
Text Example
Text Example
White with #03D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D097; }
p { color: rgb(3,208,151); }
H1.HeaderClassName
{
color: #03D097;
}
.AnyTagClassName
{
color: #03D097;
}
</style>
background-color css
<style>
a { background-color: #03D097; }
a { background-color: rgb(3,208,151); }
div.DivClassName
{
background-color: #03D097;
}
.BgClassName
{
background-color: #03D097;
}
</style>
border-color css
<style>
span { border-color: #03D097; }
span { border-color: rgb(3,208,151); }
td.TdClassName
{
border-color: #03D097;
}
.TagClassName
{
border-color: #03D097;
}
</style>