Shades of Caribbean Green #09C29B
Tints of Caribbean Green #09C29B
RGB
CMYK
RGB Variations
Color information
#09C29B (or 0x09C29B) is known color: Caribbean Green. HEX triplet: 09, C2 and 9B. RGB value is (9,194,155). Sum of RGB (Red+Green+Blue) = 9+194+155=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #09C29B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C29B is #F63D64. Grayscale: #868686. Windows color (decimal): -16137573 or 10207753. OLE color: 10207753.
HSL color Cylindrical-coordinate representation of color #09C29B: hue angle of 167.35º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C29B is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 194 | 155 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.24 |
| HSL | 167.35º | 0.91% | 0.4% | - |
| HSV(B) | 167.35º | 0.95% | 0.76% | - |
| XYZ | 25.32 | 41.01 | 37.59 | - |
| YUV | 134.24 | 139.71 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 194 | 155 | 0.95 | 0 | 0.20 | 0.24 | 167.35 | 0.91 | 0.4 |
| Hex | 9 | C2 | 9B | 5F | 0 | 14 | 18 | A7 | 5B | 28 |
| Octal | 11 | 302 | 233 | 137 | 0 | 24 | 30 | 247 | 133 | 50 |
| Binary | 1001 | 11000010 | 10011011 | 1011111 | 0 | 10100 | 11000 | 10100111 | 1011011 | 101000 |
Color Harmonies of #09C29B
Complementary color
Monochromatic Colors of #09C29B
Black with #09C29B
Text Example
Text Example
White with #09C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C29B; }
p { color: rgb(9,194,155); }
H1.HeaderClassName
{
color: #09C29B;
}
.AnyTagClassName
{
color: #09C29B;
}
</style>
background-color css
<style>
a { background-color: #09C29B; }
a { background-color: rgb(9,194,155); }
div.DivClassName
{
background-color: #09C29B;
}
.BgClassName
{
background-color: #09C29B;
}
</style>
border-color css
<style>
span { border-color: #09C29B; }
span { border-color: rgb(9,194,155); }
td.TdClassName
{
border-color: #09C29B;
}
.TagClassName
{
border-color: #09C29B;
}
</style>