Shades of Caribbean Green #09D2AD
Tints of Caribbean Green #09D2AD
RGB
CMYK
RGB Variations
Color information
#09D2AD (or 0x09D2AD) is known color: Caribbean Green. HEX triplet: 09, D2 and AD. RGB value is (9,210,173). Sum of RGB (Red+Green+Blue) = 9+210+173=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 210 (82.42% from 255 or 53.57% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 210 - color contains mainly: green. Hex color #09D2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D2AD is #F62D52. Grayscale: #919191. Windows color (decimal): -16133459 or 11391497. OLE color: 11391497.
HSL color Cylindrical-coordinate representation of color #09D2AD: hue angle of 168.96º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D2AD is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 210 | 173 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.18 |
| HSL | 168.96º | 0.92% | 0.43% | - |
| HSV(B) | 168.96º | 0.96% | 0.82% | - |
| XYZ | 30.7 | 49.17 | 47.41 | - |
| YUV | 145.68 | 143.41 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 173 | 0.96 | 0 | 0.18 | 0.18 | 168.96 | 0.92 | 0.43 |
| Hex | 9 | D2 | AD | 60 | 0 | 12 | 12 | A9 | 5C | 2B |
| Octal | 11 | 322 | 255 | 140 | 0 | 22 | 22 | 251 | 134 | 53 |
| Binary | 1001 | 11010010 | 10101101 | 1100000 | 0 | 10010 | 10010 | 10101001 | 1011100 | 101011 |
Color Harmonies of #09D2AD
Complementary color
Monochromatic Colors of #09D2AD
Black with #09D2AD
Text Example
Text Example
White with #09D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D2AD; }
p { color: rgb(9,210,173); }
H1.HeaderClassName
{
color: #09D2AD;
}
.AnyTagClassName
{
color: #09D2AD;
}
</style>
background-color css
<style>
a { background-color: #09D2AD; }
a { background-color: rgb(9,210,173); }
div.DivClassName
{
background-color: #09D2AD;
}
.BgClassName
{
background-color: #09D2AD;
}
</style>
border-color css
<style>
span { border-color: #09D2AD; }
span { border-color: rgb(9,210,173); }
td.TdClassName
{
border-color: #09D2AD;
}
.TagClassName
{
border-color: #09D2AD;
}
</style>