Shades of Caribbean Green #09DAA6
Tints of Caribbean Green #09DAA6
RGB
CMYK
RGB Variations
Color information
#09DAA6 (or 0x09DAA6) is known color: Caribbean Green. HEX triplet: 09, DA and A6. RGB value is (9,218,166). Sum of RGB (Red+Green+Blue) = 9+218+166=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 218 (85.55% from 255 or 55.47% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 218 - color contains mainly: green. Hex color #09DAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DAA6 is #F62559. Grayscale: #959595. Windows color (decimal): -16131418 or 10934793. OLE color: 10934793.
HSL color Cylindrical-coordinate representation of color #09DAA6: hue angle of 165.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DAA6 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 218 | 166 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.15 |
| HSL | 165.07º | 0.92% | 0.45% | - |
| HSV(B) | 165.07º | 0.96% | 0.85% | - |
| XYZ | 32.07 | 52.95 | 44.61 | - |
| YUV | 149.58 | 137.26 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 218 | 166 | 0.96 | 0 | 0.24 | 0.15 | 165.07 | 0.92 | 0.45 |
| Hex | 9 | DA | A6 | 60 | 0 | 18 | F | A5 | 5C | 2D |
| Octal | 11 | 332 | 246 | 140 | 0 | 30 | 17 | 245 | 134 | 55 |
| Binary | 1001 | 11011010 | 10100110 | 1100000 | 0 | 11000 | 1111 | 10100101 | 1011100 | 101101 |
Color Harmonies of #09DAA6
Complementary color
Monochromatic Colors of #09DAA6
Black with #09DAA6
Text Example
Text Example
White with #09DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DAA6; }
p { color: rgb(9,218,166); }
H1.HeaderClassName
{
color: #09DAA6;
}
.AnyTagClassName
{
color: #09DAA6;
}
</style>
background-color css
<style>
a { background-color: #09DAA6; }
a { background-color: rgb(9,218,166); }
div.DivClassName
{
background-color: #09DAA6;
}
.BgClassName
{
background-color: #09DAA6;
}
</style>
border-color css
<style>
span { border-color: #09DAA6; }
span { border-color: rgb(9,218,166); }
td.TdClassName
{
border-color: #09DAA6;
}
.TagClassName
{
border-color: #09DAA6;
}
</style>