Shades of Light Sea Green #0AAFAE
Tints of Light Sea Green #0AAFAE
RGB
CMYK
RGB Variations
Color information
#0AAFAE (or 0x0AAFAE) is known color: Light Sea Green. HEX triplet: 0A, AF and AE. RGB value is (10,175,174). Sum of RGB (Red+Green+Blue) = 10+175+174=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAFAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAFAE is #F55051. Grayscale: #7D7D7D. Windows color (decimal): -16076882 or 11448074. OLE color: 11448074.
HSL color Cylindrical-coordinate representation of color #0AAFAE: hue angle of 179.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAFAE is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 175 | 174 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.31 |
| HSL | 179.64º | 0.89% | 0.36% | - |
| HSV(B) | 179.64º | 0.94% | 0.69% | - |
| XYZ | 23.1 | 33.78 | 45.35 | - |
| YUV | 125.55 | 155.34 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 174 | 0.94 | 0 | 0.01 | 0.31 | 179.64 | 0.89 | 0.36 |
| Hex | A | AF | AE | 5E | 0 | 1 | 1F | B4 | 59 | 24 |
| Octal | 12 | 257 | 256 | 136 | 0 | 1 | 37 | 264 | 131 | 44 |
| Binary | 1010 | 10101111 | 10101110 | 1011110 | 0 | 1 | 11111 | 10110100 | 1011001 | 100100 |
Color Harmonies of #0AAFAE
Complementary color
Monochromatic Colors of #0AAFAE
Black with #0AAFAE
Text Example
Text Example
White with #0AAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAFAE; }
p { color: rgb(10,175,174); }
H1.HeaderClassName
{
color: #0AAFAE;
}
.AnyTagClassName
{
color: #0AAFAE;
}
</style>
background-color css
<style>
a { background-color: #0AAFAE; }
a { background-color: rgb(10,175,174); }
div.DivClassName
{
background-color: #0AAFAE;
}
.BgClassName
{
background-color: #0AAFAE;
}
</style>
border-color css
<style>
span { border-color: #0AAFAE; }
span { border-color: rgb(10,175,174); }
td.TdClassName
{
border-color: #0AAFAE;
}
.TagClassName
{
border-color: #0AAFAE;
}
</style>