Shades of Light Sea Green #10B8AF
Tints of Light Sea Green #10B8AF
RGB
CMYK
RGB Variations
Color information
#10B8AF (or 0x10B8AF) is known color: Light Sea Green. HEX triplet: 10, B8 and AF. RGB value is (16,184,175). Sum of RGB (Red+Green+Blue) = 16+184+175=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #10B8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B8AF is #EF4750. Grayscale: #848484. Windows color (decimal): -15681361 or 11515920. OLE color: 11515920.
HSL color Cylindrical-coordinate representation of color #10B8AF: hue angle of 176.79º 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 #10B8AF is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 175 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.28 |
| HSL | 176.79º | 0.84% | 0.39% | - |
| HSV(B) | 176.79º | 0.91% | 0.72% | - |
| XYZ | 25.09 | 37.49 | 46.47 | - |
| YUV | 132.74 | 151.84 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 175 | 0.91 | 0 | 0.05 | 0.28 | 176.79 | 0.84 | 0.39 |
| Hex | 10 | B8 | AF | 5B | 0 | 5 | 1C | B1 | 54 | 27 |
| Octal | 20 | 270 | 257 | 133 | 0 | 5 | 34 | 261 | 124 | 47 |
| Binary | 10000 | 10111000 | 10101111 | 1011011 | 0 | 101 | 11100 | 10110001 | 1010100 | 100111 |
Color Harmonies of #10B8AF
Complementary color
Monochromatic Colors of #10B8AF
Black with #10B8AF
Text Example
Text Example
White with #10B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B8AF; }
p { color: rgb(16,184,175); }
H1.HeaderClassName
{
color: #10B8AF;
}
.AnyTagClassName
{
color: #10B8AF;
}
</style>
background-color css
<style>
a { background-color: #10B8AF; }
a { background-color: rgb(16,184,175); }
div.DivClassName
{
background-color: #10B8AF;
}
.BgClassName
{
background-color: #10B8AF;
}
</style>
border-color css
<style>
span { border-color: #10B8AF; }
span { border-color: rgb(16,184,175); }
td.TdClassName
{
border-color: #10B8AF;
}
.TagClassName
{
border-color: #10B8AF;
}
</style>