Shades of Light Sea Green #09ADAA
Tints of Light Sea Green #09ADAA
RGB
CMYK
RGB Variations
Color information
#09ADAA (or 0x09ADAA) is known color: Light Sea Green. HEX triplet: 09, AD and AA. RGB value is (9,173,170). Sum of RGB (Red+Green+Blue) = 9+173+170=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #09ADAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09ADAA is #F65255. Grayscale: #7B7B7B. Windows color (decimal): -16142934 or 11185417. OLE color: 11185417.
HSL color Cylindrical-coordinate representation of color #09ADAA: hue angle of 178.9º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ADAA is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 170 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.32 |
| HSL | 178.9º | 0.9% | 0.36% | - |
| HSV(B) | 178.9º | 0.95% | 0.68% | - |
| XYZ | 22.31 | 32.85 | 43.19 | - |
| YUV | 123.62 | 154.17 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 170 | 0.95 | 0 | 0.02 | 0.32 | 178.9 | 0.9 | 0.36 |
| Hex | 9 | AD | AA | 5F | 0 | 2 | 20 | B3 | 5A | 24 |
| Octal | 11 | 255 | 252 | 137 | 0 | 2 | 40 | 263 | 132 | 44 |
| Binary | 1001 | 10101101 | 10101010 | 1011111 | 0 | 10 | 100000 | 10110011 | 1011010 | 100100 |
Color Harmonies of #09ADAA
Complementary color
Monochromatic Colors of #09ADAA
Black with #09ADAA
Text Example
Text Example
White with #09ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADAA; }
p { color: rgb(9,173,170); }
H1.HeaderClassName
{
color: #09ADAA;
}
.AnyTagClassName
{
color: #09ADAA;
}
</style>
background-color css
<style>
a { background-color: #09ADAA; }
a { background-color: rgb(9,173,170); }
div.DivClassName
{
background-color: #09ADAA;
}
.BgClassName
{
background-color: #09ADAA;
}
</style>
border-color css
<style>
span { border-color: #09ADAA; }
span { border-color: rgb(9,173,170); }
td.TdClassName
{
border-color: #09ADAA;
}
.TagClassName
{
border-color: #09ADAA;
}
</style>