Shades of Caribbean Green #03BD8E
Tints of Caribbean Green #03BD8E
RGB
CMYK
RGB Variations
Color information
#03BD8E (or 0x03BD8E) is known color: Caribbean Green. HEX triplet: 03, BD and 8E. RGB value is (3,189,142). Sum of RGB (Red+Green+Blue) = 3+189+142=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BD8E is #FC4271. Grayscale: #808080. Windows color (decimal): -16532082 or 9354499. OLE color: 9354499.
HSL color Cylindrical-coordinate representation of color #03BD8E: hue angle of 164.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BD8E is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 142 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.26 |
| HSL | 164.84º | 0.97% | 0.38% | - |
| HSV(B) | 164.84º | 0.98% | 0.74% | - |
| XYZ | 23.12 | 38.37 | 31.78 | - |
| YUV | 128.03 | 135.88 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 142 | 0.98 | 0 | 0.25 | 0.26 | 164.84 | 0.97 | 0.38 |
| Hex | 3 | BD | 8E | 62 | 0 | 19 | 1A | A5 | 61 | 26 |
| Octal | 3 | 275 | 216 | 142 | 0 | 31 | 32 | 245 | 141 | 46 |
| Binary | 11 | 10111101 | 10001110 | 1100010 | 0 | 11001 | 11010 | 10100101 | 1100001 | 100110 |
Color Harmonies of #03BD8E
Complementary color
Monochromatic Colors of #03BD8E
Black with #03BD8E
Text Example
Text Example
White with #03BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD8E; }
p { color: rgb(3,189,142); }
H1.HeaderClassName
{
color: #03BD8E;
}
.AnyTagClassName
{
color: #03BD8E;
}
</style>
background-color css
<style>
a { background-color: #03BD8E; }
a { background-color: rgb(3,189,142); }
div.DivClassName
{
background-color: #03BD8E;
}
.BgClassName
{
background-color: #03BD8E;
}
</style>
border-color css
<style>
span { border-color: #03BD8E; }
span { border-color: rgb(3,189,142); }
td.TdClassName
{
border-color: #03BD8E;
}
.TagClassName
{
border-color: #03BD8E;
}
</style>