Shades of Caribbean Green #09C8B0
Tints of Caribbean Green #09C8B0
RGB
CMYK
RGB Variations
Color information
#09C8B0 (or 0x09C8B0) is known color: Caribbean Green. HEX triplet: 09, C8 and B0. RGB value is (9,200,176). Sum of RGB (Red+Green+Blue) = 9+200+176=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #09C8B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C8B0 is #F6374F. Grayscale: #8C8C8C. Windows color (decimal): -16136016 or 11585545. OLE color: 11585545.
HSL color Cylindrical-coordinate representation of color #09C8B0: hue angle of 172.46º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C8B0 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 200 | 176 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.22 |
| HSL | 172.46º | 0.91% | 0.41% | - |
| HSV(B) | 172.46º | 0.96% | 0.78% | - |
| XYZ | 28.6 | 44.5 | 48.16 | - |
| YUV | 140.16 | 148.22 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 200 | 176 | 0.96 | 0 | 0.12 | 0.22 | 172.46 | 0.91 | 0.41 |
| Hex | 9 | C8 | B0 | 60 | 0 | C | 16 | AC | 5B | 29 |
| Octal | 11 | 310 | 260 | 140 | 0 | 14 | 26 | 254 | 133 | 51 |
| Binary | 1001 | 11001000 | 10110000 | 1100000 | 0 | 1100 | 10110 | 10101100 | 1011011 | 101001 |
Color Harmonies of #09C8B0
Complementary color
Monochromatic Colors of #09C8B0
Black with #09C8B0
Text Example
Text Example
White with #09C8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C8B0; }
p { color: rgb(9,200,176); }
H1.HeaderClassName
{
color: #09C8B0;
}
.AnyTagClassName
{
color: #09C8B0;
}
</style>
background-color css
<style>
a { background-color: #09C8B0; }
a { background-color: rgb(9,200,176); }
div.DivClassName
{
background-color: #09C8B0;
}
.BgClassName
{
background-color: #09C8B0;
}
</style>
border-color css
<style>
span { border-color: #09C8B0; }
span { border-color: rgb(9,200,176); }
td.TdClassName
{
border-color: #09C8B0;
}
.TagClassName
{
border-color: #09C8B0;
}
</style>