Shades of Light Sea Green #10AAB5
Tints of Light Sea Green #10AAB5
RGB
CMYK
RGB Variations
Color information
#10AAB5 (or 0x10AAB5) is known color: Light Sea Green. HEX triplet: 10, AA and B5. RGB value is (16,170,181). Sum of RGB (Red+Green+Blue) = 16+170+181=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #10AAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AAB5 is #EF554A. Grayscale: #7D7D7D. Windows color (decimal): -15684939 or 11905552. OLE color: 11905552.
HSL color Cylindrical-coordinate representation of color #10AAB5: hue angle of 184º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AAB5 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 170 | 181 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.29 |
| HSL | 184º | 0.84% | 0.39% | - |
| HSV(B) | 184º | 0.91% | 0.71% | - |
| XYZ | 22.93 | 32.2 | 48.72 | - |
| YUV | 125.21 | 159.48 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 181 | 0.91 | 0.06 | 0 | 0.29 | 184 | 0.84 | 0.39 |
| Hex | 10 | AA | B5 | 5B | 6 | 0 | 1D | B8 | 54 | 27 |
| Octal | 20 | 252 | 265 | 133 | 6 | 0 | 35 | 270 | 124 | 47 |
| Binary | 10000 | 10101010 | 10110101 | 1011011 | 110 | 0 | 11101 | 10111000 | 1010100 | 100111 |
Color Harmonies of #10AAB5
Complementary color
Monochromatic Colors of #10AAB5
Black with #10AAB5
Text Example
Text Example
White with #10AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAB5; }
p { color: rgb(16,170,181); }
H1.HeaderClassName
{
color: #10AAB5;
}
.AnyTagClassName
{
color: #10AAB5;
}
</style>
background-color css
<style>
a { background-color: #10AAB5; }
a { background-color: rgb(16,170,181); }
div.DivClassName
{
background-color: #10AAB5;
}
.BgClassName
{
background-color: #10AAB5;
}
</style>
border-color css
<style>
span { border-color: #10AAB5; }
span { border-color: rgb(16,170,181); }
td.TdClassName
{
border-color: #10AAB5;
}
.TagClassName
{
border-color: #10AAB5;
}
</style>