Shades of Caribbean Green #03B99D
Tints of Caribbean Green #03B99D
RGB
CMYK
RGB Variations
Color information
#03B99D (or 0x03B99D) is known color: Caribbean Green. HEX triplet: 03, B9 and 9D. RGB value is (3,185,157). Sum of RGB (Red+Green+Blue) = 3+185+157=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #03B99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B99D is #FC4662. Grayscale: #7F7F7F. Windows color (decimal): -16533091 or 10336515. OLE color: 10336515.
HSL color Cylindrical-coordinate representation of color #03B99D: hue angle of 170.77º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B99D is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 185 | 157 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.27 |
| HSL | 170.77º | 0.97% | 0.37% | - |
| HSV(B) | 170.77º | 0.98% | 0.73% | - |
| XYZ | 23.47 | 37.15 | 37.83 | - |
| YUV | 127.39 | 144.7 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 185 | 157 | 0.98 | 0 | 0.15 | 0.27 | 170.77 | 0.97 | 0.37 |
| Hex | 3 | B9 | 9D | 62 | 0 | F | 1B | AB | 61 | 25 |
| Octal | 3 | 271 | 235 | 142 | 0 | 17 | 33 | 253 | 141 | 45 |
| Binary | 11 | 10111001 | 10011101 | 1100010 | 0 | 1111 | 11011 | 10101011 | 1100001 | 100101 |
Color Harmonies of #03B99D
Complementary color
Monochromatic Colors of #03B99D
Black with #03B99D
Text Example
Text Example
White with #03B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B99D; }
p { color: rgb(3,185,157); }
H1.HeaderClassName
{
color: #03B99D;
}
.AnyTagClassName
{
color: #03B99D;
}
</style>
background-color css
<style>
a { background-color: #03B99D; }
a { background-color: rgb(3,185,157); }
div.DivClassName
{
background-color: #03B99D;
}
.BgClassName
{
background-color: #03B99D;
}
</style>
border-color css
<style>
span { border-color: #03B99D; }
span { border-color: rgb(3,185,157); }
td.TdClassName
{
border-color: #03B99D;
}
.TagClassName
{
border-color: #03B99D;
}
</style>