Shades of Caribbean Green #03BC8C
Tints of Caribbean Green #03BC8C
RGB
CMYK
RGB Variations
Color information
#03BC8C (or 0x03BC8C) is known color: Caribbean Green. HEX triplet: 03, BC and 8C. RGB value is (3,188,140). Sum of RGB (Red+Green+Blue) = 3+188+140=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC8C is #FC4373. Grayscale: #7F7F7F. Windows color (decimal): -16532340 or 9223171. OLE color: 9223171.
HSL color Cylindrical-coordinate representation of color #03BC8C: hue angle of 164.43º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC8C is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 140 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.26 |
| HSL | 164.43º | 0.97% | 0.37% | - |
| HSV(B) | 164.43º | 0.98% | 0.74% | - |
| XYZ | 22.75 | 37.88 | 30.92 | - |
| YUV | 127.21 | 135.21 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 140 | 0.98 | 0 | 0.26 | 0.26 | 164.43 | 0.97 | 0.37 |
| Hex | 3 | BC | 8C | 62 | 0 | 1A | 1A | A4 | 61 | 25 |
| Octal | 3 | 274 | 214 | 142 | 0 | 32 | 32 | 244 | 141 | 45 |
| Binary | 11 | 10111100 | 10001100 | 1100010 | 0 | 11010 | 11010 | 10100100 | 1100001 | 100101 |
Color Harmonies of #03BC8C
Complementary color
Monochromatic Colors of #03BC8C
Black with #03BC8C
Text Example
Text Example
White with #03BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC8C; }
p { color: rgb(3,188,140); }
H1.HeaderClassName
{
color: #03BC8C;
}
.AnyTagClassName
{
color: #03BC8C;
}
</style>
background-color css
<style>
a { background-color: #03BC8C; }
a { background-color: rgb(3,188,140); }
div.DivClassName
{
background-color: #03BC8C;
}
.BgClassName
{
background-color: #03BC8C;
}
</style>
border-color css
<style>
span { border-color: #03BC8C; }
span { border-color: rgb(3,188,140); }
td.TdClassName
{
border-color: #03BC8C;
}
.TagClassName
{
border-color: #03BC8C;
}
</style>