Shades of Caribbean Green #08BC90
Tints of Caribbean Green #08BC90
RGB
CMYK
RGB Variations
Color information
#08BC90 (or 0x08BC90) is known color: Caribbean Green. HEX triplet: 08, BC and 90. RGB value is (8,188,144). Sum of RGB (Red+Green+Blue) = 8+188+144=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BC90 is #F7436F. Grayscale: #818181. Windows color (decimal): -16204656 or 9485320. OLE color: 9485320.
HSL color Cylindrical-coordinate representation of color #08BC90: hue angle of 165.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC90 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 144 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.26 |
| HSL | 165.33º | 0.92% | 0.38% | - |
| HSV(B) | 165.33º | 0.96% | 0.74% | - |
| XYZ | 23.12 | 38.03 | 32.51 | - |
| YUV | 129.16 | 136.37 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 144 | 0.96 | 0 | 0.23 | 0.26 | 165.33 | 0.92 | 0.38 |
| Hex | 8 | BC | 90 | 60 | 0 | 17 | 1A | A5 | 5C | 26 |
| Octal | 10 | 274 | 220 | 140 | 0 | 27 | 32 | 245 | 134 | 46 |
| Binary | 1000 | 10111100 | 10010000 | 1100000 | 0 | 10111 | 11010 | 10100101 | 1011100 | 100110 |
Color Harmonies of #08BC90
Complementary color
Monochromatic Colors of #08BC90
Black with #08BC90
Text Example
Text Example
White with #08BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC90; }
p { color: rgb(8,188,144); }
H1.HeaderClassName
{
color: #08BC90;
}
.AnyTagClassName
{
color: #08BC90;
}
</style>
background-color css
<style>
a { background-color: #08BC90; }
a { background-color: rgb(8,188,144); }
div.DivClassName
{
background-color: #08BC90;
}
.BgClassName
{
background-color: #08BC90;
}
</style>
border-color css
<style>
span { border-color: #08BC90; }
span { border-color: rgb(8,188,144); }
td.TdClassName
{
border-color: #08BC90;
}
.TagClassName
{
border-color: #08BC90;
}
</style>