Shades of Light Sea Green #09AEAC
Tints of Light Sea Green #09AEAC
RGB
CMYK
RGB Variations
Color information
#09AEAC (or 0x09AEAC) is known color: Light Sea Green. HEX triplet: 09, AE and AC. RGB value is (9,174,172). Sum of RGB (Red+Green+Blue) = 9+174+172=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #09AEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AEAC is #F65153. Grayscale: #7C7C7C. Windows color (decimal): -16142676 or 11316745. OLE color: 11316745.
HSL color Cylindrical-coordinate representation of color #09AEAC: hue angle of 179.27º 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 #09AEAC is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 174 | 172 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.32 |
| HSL | 179.27º | 0.9% | 0.36% | - |
| HSV(B) | 179.27º | 0.95% | 0.68% | - |
| XYZ | 22.7 | 33.31 | 44.26 | - |
| YUV | 124.44 | 154.84 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 174 | 172 | 0.95 | 0 | 0.01 | 0.32 | 179.27 | 0.9 | 0.36 |
| Hex | 9 | AE | AC | 5F | 0 | 1 | 20 | B3 | 5A | 24 |
| Octal | 11 | 256 | 254 | 137 | 0 | 1 | 40 | 263 | 132 | 44 |
| Binary | 1001 | 10101110 | 10101100 | 1011111 | 0 | 1 | 100000 | 10110011 | 1011010 | 100100 |
Color Harmonies of #09AEAC
Complementary color
Monochromatic Colors of #09AEAC
Black with #09AEAC
Text Example
Text Example
White with #09AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AEAC; }
p { color: rgb(9,174,172); }
H1.HeaderClassName
{
color: #09AEAC;
}
.AnyTagClassName
{
color: #09AEAC;
}
</style>
background-color css
<style>
a { background-color: #09AEAC; }
a { background-color: rgb(9,174,172); }
div.DivClassName
{
background-color: #09AEAC;
}
.BgClassName
{
background-color: #09AEAC;
}
</style>
border-color css
<style>
span { border-color: #09AEAC; }
span { border-color: rgb(9,174,172); }
td.TdClassName
{
border-color: #09AEAC;
}
.TagClassName
{
border-color: #09AEAC;
}
</style>