Shades of Caribbean Green #03BA9E
Tints of Caribbean Green #03BA9E
RGB
CMYK
RGB Variations
Color information
#03BA9E (or 0x03BA9E) is known color: Caribbean Green. HEX triplet: 03, BA and 9E. RGB value is (3,186,158). Sum of RGB (Red+Green+Blue) = 3+186+158=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA9E is #FC4561. Grayscale: #808080. Windows color (decimal): -16532834 or 10402307. OLE color: 10402307.
HSL color Cylindrical-coordinate representation of color #03BA9E: hue angle of 170.82º 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 #03BA9E is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 158 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.27 |
| HSL | 170.82º | 0.97% | 0.37% | - |
| HSV(B) | 170.82º | 0.98% | 0.73% | - |
| XYZ | 23.77 | 37.61 | 38.35 | - |
| YUV | 128.09 | 144.87 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 158 | 0.98 | 0 | 0.15 | 0.27 | 170.82 | 0.97 | 0.37 |
| Hex | 3 | BA | 9E | 62 | 0 | F | 1B | AB | 61 | 25 |
| Octal | 3 | 272 | 236 | 142 | 0 | 17 | 33 | 253 | 141 | 45 |
| Binary | 11 | 10111010 | 10011110 | 1100010 | 0 | 1111 | 11011 | 10101011 | 1100001 | 100101 |
Color Harmonies of #03BA9E
Complementary color
Monochromatic Colors of #03BA9E
Black with #03BA9E
Text Example
Text Example
White with #03BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA9E; }
p { color: rgb(3,186,158); }
H1.HeaderClassName
{
color: #03BA9E;
}
.AnyTagClassName
{
color: #03BA9E;
}
</style>
background-color css
<style>
a { background-color: #03BA9E; }
a { background-color: rgb(3,186,158); }
div.DivClassName
{
background-color: #03BA9E;
}
.BgClassName
{
background-color: #03BA9E;
}
</style>
border-color css
<style>
span { border-color: #03BA9E; }
span { border-color: rgb(3,186,158); }
td.TdClassName
{
border-color: #03BA9E;
}
.TagClassName
{
border-color: #03BA9E;
}
</style>