Shades of Light Sea Green #10BEA8
Tints of Light Sea Green #10BEA8
RGB
CMYK
RGB Variations
Color information
#10BEA8 (or 0x10BEA8) is known color: Light Sea Green. HEX triplet: 10, BE and A8. RGB value is (16,190,168). Sum of RGB (Red+Green+Blue) = 16+190+168=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #10BEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BEA8 is #EF4157. Grayscale: #878787. Windows color (decimal): -15679832 or 11058704. OLE color: 11058704.
HSL color Cylindrical-coordinate representation of color #10BEA8: hue angle of 172.41º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BEA8 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 168 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.25 |
| HSL | 172.41º | 0.84% | 0.4% | - |
| HSV(B) | 172.41º | 0.92% | 0.75% | - |
| XYZ | 25.7 | 39.76 | 43.37 | - |
| YUV | 135.47 | 146.35 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 168 | 0.92 | 0 | 0.12 | 0.25 | 172.41 | 0.84 | 0.4 |
| Hex | 10 | BE | A8 | 5C | 0 | C | 19 | AC | 54 | 28 |
| Octal | 20 | 276 | 250 | 134 | 0 | 14 | 31 | 254 | 124 | 50 |
| Binary | 10000 | 10111110 | 10101000 | 1011100 | 0 | 1100 | 11001 | 10101100 | 1010100 | 101000 |
Color Harmonies of #10BEA8
Complementary color
Monochromatic Colors of #10BEA8
Black with #10BEA8
Text Example
Text Example
White with #10BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEA8; }
p { color: rgb(16,190,168); }
H1.HeaderClassName
{
color: #10BEA8;
}
.AnyTagClassName
{
color: #10BEA8;
}
</style>
background-color css
<style>
a { background-color: #10BEA8; }
a { background-color: rgb(16,190,168); }
div.DivClassName
{
background-color: #10BEA8;
}
.BgClassName
{
background-color: #10BEA8;
}
</style>
border-color css
<style>
span { border-color: #10BEA8; }
span { border-color: rgb(16,190,168); }
td.TdClassName
{
border-color: #10BEA8;
}
.TagClassName
{
border-color: #10BEA8;
}
</style>