Shades of Caribbean Green #09CBA7
Tints of Caribbean Green #09CBA7
RGB
CMYK
RGB Variations
Color information
#09CBA7 (or 0x09CBA7) is known color: Caribbean Green. HEX triplet: 09, CB and A7. RGB value is (9,203,167). Sum of RGB (Red+Green+Blue) = 9+203+167=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #09CBA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CBA7 is #F63458. Grayscale: #8C8C8C. Windows color (decimal): -16135257 or 10996489. OLE color: 10996489.
HSL color Cylindrical-coordinate representation of color #09CBA7: hue angle of 168.87º 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 #09CBA7 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 167 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.20 |
| HSL | 168.87º | 0.92% | 0.42% | - |
| HSV(B) | 168.87º | 0.96% | 0.8% | - |
| XYZ | 28.44 | 45.56 | 43.85 | - |
| YUV | 140.89 | 142.73 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 167 | 0.96 | 0 | 0.18 | 0.20 | 168.87 | 0.92 | 0.42 |
| Hex | 9 | CB | A7 | 60 | 0 | 12 | 14 | A9 | 5C | 2A |
| Octal | 11 | 313 | 247 | 140 | 0 | 22 | 24 | 251 | 134 | 52 |
| Binary | 1001 | 11001011 | 10100111 | 1100000 | 0 | 10010 | 10100 | 10101001 | 1011100 | 101010 |
Color Harmonies of #09CBA7
Complementary color
Monochromatic Colors of #09CBA7
Black with #09CBA7
Text Example
Text Example
White with #09CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CBA7; }
p { color: rgb(9,203,167); }
H1.HeaderClassName
{
color: #09CBA7;
}
.AnyTagClassName
{
color: #09CBA7;
}
</style>
background-color css
<style>
a { background-color: #09CBA7; }
a { background-color: rgb(9,203,167); }
div.DivClassName
{
background-color: #09CBA7;
}
.BgClassName
{
background-color: #09CBA7;
}
</style>
border-color css
<style>
span { border-color: #09CBA7; }
span { border-color: rgb(9,203,167); }
td.TdClassName
{
border-color: #09CBA7;
}
.TagClassName
{
border-color: #09CBA7;
}
</style>