Shades of Caribbean Green #09CBAF
Tints of Caribbean Green #09CBAF
RGB
CMYK
RGB Variations
Color information
#09CBAF (or 0x09CBAF) is known color: Caribbean Green. HEX triplet: 09, CB and AF. RGB value is (9,203,175). Sum of RGB (Red+Green+Blue) = 9+203+175=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #09CBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CBAF is #F63450. Grayscale: #8D8D8D. Windows color (decimal): -16135249 or 11520777. OLE color: 11520777.
HSL color Cylindrical-coordinate representation of color #09CBAF: hue angle of 171.34º 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 #09CBAF is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 175 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.20 |
| HSL | 171.34º | 0.92% | 0.42% | - |
| HSV(B) | 171.34º | 0.96% | 0.8% | - |
| XYZ | 29.21 | 45.87 | 47.87 | - |
| YUV | 141.8 | 146.73 | 33.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 175 | 0.96 | 0 | 0.14 | 0.20 | 171.34 | 0.92 | 0.42 |
| Hex | 9 | CB | AF | 60 | 0 | E | 14 | AB | 5C | 2A |
| Octal | 11 | 313 | 257 | 140 | 0 | 16 | 24 | 253 | 134 | 52 |
| Binary | 1001 | 11001011 | 10101111 | 1100000 | 0 | 1110 | 10100 | 10101011 | 1011100 | 101010 |
Color Harmonies of #09CBAF
Complementary color
Monochromatic Colors of #09CBAF
Black with #09CBAF
Text Example
Text Example
White with #09CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CBAF; }
p { color: rgb(9,203,175); }
H1.HeaderClassName
{
color: #09CBAF;
}
.AnyTagClassName
{
color: #09CBAF;
}
</style>
background-color css
<style>
a { background-color: #09CBAF; }
a { background-color: rgb(9,203,175); }
div.DivClassName
{
background-color: #09CBAF;
}
.BgClassName
{
background-color: #09CBAF;
}
</style>
border-color css
<style>
span { border-color: #09CBAF; }
span { border-color: rgb(9,203,175); }
td.TdClassName
{
border-color: #09CBAF;
}
.TagClassName
{
border-color: #09CBAF;
}
</style>