Shades of Caribbean Green #09C6AF
Tints of Caribbean Green #09C6AF
RGB
CMYK
RGB Variations
Color information
#09C6AF (or 0x09C6AF) is known color: Caribbean Green. HEX triplet: 09, C6 and AF. RGB value is (9,198,175). Sum of RGB (Red+Green+Blue) = 9+198+175=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #09C6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C6AF is #F63950. Grayscale: #8A8A8A. Windows color (decimal): -16136529 or 11519497. OLE color: 11519497.
HSL color Cylindrical-coordinate representation of color #09C6AF: hue angle of 172.7º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C6AF is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 198 | 175 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.22 |
| HSL | 172.7º | 0.91% | 0.41% | - |
| HSV(B) | 172.7º | 0.95% | 0.78% | - |
| XYZ | 28.04 | 43.54 | 47.48 | - |
| YUV | 138.87 | 148.38 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 198 | 175 | 0.95 | 0 | 0.12 | 0.22 | 172.7 | 0.91 | 0.41 |
| Hex | 9 | C6 | AF | 5F | 0 | C | 16 | AD | 5B | 29 |
| Octal | 11 | 306 | 257 | 137 | 0 | 14 | 26 | 255 | 133 | 51 |
| Binary | 1001 | 11000110 | 10101111 | 1011111 | 0 | 1100 | 10110 | 10101101 | 1011011 | 101001 |
Color Harmonies of #09C6AF
Complementary color
Monochromatic Colors of #09C6AF
Black with #09C6AF
Text Example
Text Example
White with #09C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C6AF; }
p { color: rgb(9,198,175); }
H1.HeaderClassName
{
color: #09C6AF;
}
.AnyTagClassName
{
color: #09C6AF;
}
</style>
background-color css
<style>
a { background-color: #09C6AF; }
a { background-color: rgb(9,198,175); }
div.DivClassName
{
background-color: #09C6AF;
}
.BgClassName
{
background-color: #09C6AF;
}
</style>
border-color css
<style>
span { border-color: #09C6AF; }
span { border-color: rgb(9,198,175); }
td.TdClassName
{
border-color: #09C6AF;
}
.TagClassName
{
border-color: #09C6AF;
}
</style>