Shades of Caribbean Green #09C19C
Tints of Caribbean Green #09C19C
RGB
CMYK
RGB Variations
Color information
#09C19C (or 0x09C19C) is known color: Caribbean Green. HEX triplet: 09, C1 and 9C. RGB value is (9,193,156). Sum of RGB (Red+Green+Blue) = 9+193+156=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #09C19C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C19C is #F63E63. Grayscale: #858585. Windows color (decimal): -16137828 or 10273033. OLE color: 10273033.
HSL color Cylindrical-coordinate representation of color #09C19C: hue angle of 167.93º 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 #09C19C is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 193 | 156 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.24 |
| HSL | 167.93º | 0.91% | 0.4% | - |
| HSV(B) | 167.93º | 0.95% | 0.76% | - |
| XYZ | 25.18 | 40.6 | 37.96 | - |
| YUV | 133.77 | 140.54 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 193 | 156 | 0.95 | 0 | 0.19 | 0.24 | 167.93 | 0.91 | 0.4 |
| Hex | 9 | C1 | 9C | 5F | 0 | 13 | 18 | A8 | 5B | 28 |
| Octal | 11 | 301 | 234 | 137 | 0 | 23 | 30 | 250 | 133 | 50 |
| Binary | 1001 | 11000001 | 10011100 | 1011111 | 0 | 10011 | 11000 | 10101000 | 1011011 | 101000 |
Color Harmonies of #09C19C
Complementary color
Monochromatic Colors of #09C19C
Black with #09C19C
Text Example
Text Example
White with #09C19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C19C; }
p { color: rgb(9,193,156); }
H1.HeaderClassName
{
color: #09C19C;
}
.AnyTagClassName
{
color: #09C19C;
}
</style>
background-color css
<style>
a { background-color: #09C19C; }
a { background-color: rgb(9,193,156); }
div.DivClassName
{
background-color: #09C19C;
}
.BgClassName
{
background-color: #09C19C;
}
</style>
border-color css
<style>
span { border-color: #09C19C; }
span { border-color: rgb(9,193,156); }
td.TdClassName
{
border-color: #09C19C;
}
.TagClassName
{
border-color: #09C19C;
}
</style>