Shades of Caribbean Green #09CF8B
Tints of Caribbean Green #09CF8B
RGB
CMYK
RGB Variations
Color information
#09CF8B (or 0x09CF8B) is known color: Caribbean Green. HEX triplet: 09, CF and 8B. RGB value is (9,207,139). Sum of RGB (Red+Green+Blue) = 9+207+139=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CF8B is #F63074. Grayscale: #8C8C8C. Windows color (decimal): -16134261 or 9162505. OLE color: 9162505.
HSL color Cylindrical-coordinate representation of color #09CF8B: hue angle of 159.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CF8B is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 139 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.19 |
| HSL | 159.39º | 0.92% | 0.42% | - |
| HSV(B) | 159.39º | 0.96% | 0.81% | - |
| XYZ | 27.09 | 46.55 | 31.98 | - |
| YUV | 140.05 | 127.4 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 139 | 0.96 | 0 | 0.33 | 0.19 | 159.39 | 0.92 | 0.42 |
| Hex | 9 | CF | 8B | 60 | 0 | 21 | 13 | 9F | 5C | 2A |
| Octal | 11 | 317 | 213 | 140 | 0 | 41 | 23 | 237 | 134 | 52 |
| Binary | 1001 | 11001111 | 10001011 | 1100000 | 0 | 100001 | 10011 | 10011111 | 1011100 | 101010 |
Color Harmonies of #09CF8B
Complementary color
Monochromatic Colors of #09CF8B
Black with #09CF8B
Text Example
Text Example
White with #09CF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CF8B; }
p { color: rgb(9,207,139); }
H1.HeaderClassName
{
color: #09CF8B;
}
.AnyTagClassName
{
color: #09CF8B;
}
</style>
background-color css
<style>
a { background-color: #09CF8B; }
a { background-color: rgb(9,207,139); }
div.DivClassName
{
background-color: #09CF8B;
}
.BgClassName
{
background-color: #09CF8B;
}
</style>
border-color css
<style>
span { border-color: #09CF8B; }
span { border-color: rgb(9,207,139); }
td.TdClassName
{
border-color: #09CF8B;
}
.TagClassName
{
border-color: #09CF8B;
}
</style>