Shades of Light Sea Green #10B8AB
Tints of Light Sea Green #10B8AB
RGB
CMYK
RGB Variations
Color information
#10B8AB (or 0x10B8AB) is known color: Light Sea Green. HEX triplet: 10, B8 and AB. RGB value is (16,184,171). Sum of RGB (Red+Green+Blue) = 16+184+171=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #10B8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B8AB is #EF4754. Grayscale: #848484. Windows color (decimal): -15681365 or 11253776. OLE color: 11253776.
HSL color Cylindrical-coordinate representation of color #10B8AB: hue angle of 175.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B8AB is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 171 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.28 |
| HSL | 175.36º | 0.84% | 0.39% | - |
| HSV(B) | 175.36º | 0.91% | 0.72% | - |
| XYZ | 24.7 | 37.33 | 44.43 | - |
| YUV | 132.29 | 149.84 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 171 | 0.91 | 0 | 0.07 | 0.28 | 175.36 | 0.84 | 0.39 |
| Hex | 10 | B8 | AB | 5B | 0 | 7 | 1C | AF | 54 | 27 |
| Octal | 20 | 270 | 253 | 133 | 0 | 7 | 34 | 257 | 124 | 47 |
| Binary | 10000 | 10111000 | 10101011 | 1011011 | 0 | 111 | 11100 | 10101111 | 1010100 | 100111 |
Color Harmonies of #10B8AB
Complementary color
Monochromatic Colors of #10B8AB
Black with #10B8AB
Text Example
Text Example
White with #10B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B8AB; }
p { color: rgb(16,184,171); }
H1.HeaderClassName
{
color: #10B8AB;
}
.AnyTagClassName
{
color: #10B8AB;
}
</style>
background-color css
<style>
a { background-color: #10B8AB; }
a { background-color: rgb(16,184,171); }
div.DivClassName
{
background-color: #10B8AB;
}
.BgClassName
{
background-color: #10B8AB;
}
</style>
border-color css
<style>
span { border-color: #10B8AB; }
span { border-color: rgb(16,184,171); }
td.TdClassName
{
border-color: #10B8AB;
}
.TagClassName
{
border-color: #10B8AB;
}
</style>