Shades of Caribbean Green #09CB8D
Tints of Caribbean Green #09CB8D
RGB
CMYK
RGB Variations
Color information
#09CB8D (or 0x09CB8D) is known color: Caribbean Green. HEX triplet: 09, CB and 8D. RGB value is (9,203,141). Sum of RGB (Red+Green+Blue) = 9+203+141=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CB8D is #F63472. Grayscale: #898989. Windows color (decimal): -16135283 or 9292553. OLE color: 9292553.
HSL color Cylindrical-coordinate representation of color #09CB8D: hue angle of 160.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CB8D is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 141 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.20 |
| HSL | 160.82º | 0.92% | 0.42% | - |
| HSV(B) | 160.82º | 0.96% | 0.8% | - |
| XYZ | 26.28 | 44.69 | 32.44 | - |
| YUV | 137.93 | 129.73 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 141 | 0.96 | 0 | 0.31 | 0.20 | 160.82 | 0.92 | 0.42 |
| Hex | 9 | CB | 8D | 60 | 0 | 1F | 14 | A1 | 5C | 2A |
| Octal | 11 | 313 | 215 | 140 | 0 | 37 | 24 | 241 | 134 | 52 |
| Binary | 1001 | 11001011 | 10001101 | 1100000 | 0 | 11111 | 10100 | 10100001 | 1011100 | 101010 |
Color Harmonies of #09CB8D
Complementary color
Monochromatic Colors of #09CB8D
Black with #09CB8D
Text Example
Text Example
White with #09CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CB8D; }
p { color: rgb(9,203,141); }
H1.HeaderClassName
{
color: #09CB8D;
}
.AnyTagClassName
{
color: #09CB8D;
}
</style>
background-color css
<style>
a { background-color: #09CB8D; }
a { background-color: rgb(9,203,141); }
div.DivClassName
{
background-color: #09CB8D;
}
.BgClassName
{
background-color: #09CB8D;
}
</style>
border-color css
<style>
span { border-color: #09CB8D; }
span { border-color: rgb(9,203,141); }
td.TdClassName
{
border-color: #09CB8D;
}
.TagClassName
{
border-color: #09CB8D;
}
</style>