Shades of Light Sea Green #10AFB2
Tints of Light Sea Green #10AFB2
RGB
CMYK
RGB Variations
Color information
#10AFB2 (or 0x10AFB2) is known color: Light Sea Green. HEX triplet: 10, AF and B2. RGB value is (16,175,178). Sum of RGB (Red+Green+Blue) = 16+175+178=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #10AFB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AFB2 is #EF504D. Grayscale: #7F7F7F. Windows color (decimal): -15683662 or 11710224. OLE color: 11710224.
HSL color Cylindrical-coordinate representation of color #10AFB2: hue angle of 181.11º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AFB2 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 175 | 178 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.30 |
| HSL | 181.11º | 0.84% | 0.38% | - |
| HSV(B) | 181.11º | 0.91% | 0.7% | - |
| XYZ | 23.58 | 33.98 | 47.44 | - |
| YUV | 127.8 | 156.32 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 178 | 0.91 | 0.02 | 0 | 0.30 | 181.11 | 0.84 | 0.38 |
| Hex | 10 | AF | B2 | 5B | 2 | 0 | 1E | B5 | 54 | 26 |
| Octal | 20 | 257 | 262 | 133 | 2 | 0 | 36 | 265 | 124 | 46 |
| Binary | 10000 | 10101111 | 10110010 | 1011011 | 10 | 0 | 11110 | 10110101 | 1010100 | 100110 |
Color Harmonies of #10AFB2
Complementary color
Monochromatic Colors of #10AFB2
Black with #10AFB2
Text Example
Text Example
White with #10AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFB2; }
p { color: rgb(16,175,178); }
H1.HeaderClassName
{
color: #10AFB2;
}
.AnyTagClassName
{
color: #10AFB2;
}
</style>
background-color css
<style>
a { background-color: #10AFB2; }
a { background-color: rgb(16,175,178); }
div.DivClassName
{
background-color: #10AFB2;
}
.BgClassName
{
background-color: #10AFB2;
}
</style>
border-color css
<style>
span { border-color: #10AFB2; }
span { border-color: rgb(16,175,178); }
td.TdClassName
{
border-color: #10AFB2;
}
.TagClassName
{
border-color: #10AFB2;
}
</style>