Shades of Light Sea Green #10BEB5
Tints of Light Sea Green #10BEB5
RGB
CMYK
RGB Variations
Color information
#10BEB5 (or 0x10BEB5) is known color: Light Sea Green. HEX triplet: 10, BE and B5. RGB value is (16,190,181). Sum of RGB (Red+Green+Blue) = 16+190+181=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #10BEB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEB5 is #EF414A. Grayscale: #888888. Windows color (decimal): -15679819 or 11910672. OLE color: 11910672.
HSL color Cylindrical-coordinate representation of color #10BEB5: hue angle of 176.9º 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 #10BEB5 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 181 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.25 |
| HSL | 176.9º | 0.84% | 0.4% | - |
| HSV(B) | 176.9º | 0.92% | 0.75% | - |
| XYZ | 26.97 | 40.27 | 50.07 | - |
| YUV | 136.95 | 152.85 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 181 | 0.92 | 0 | 0.05 | 0.25 | 176.9 | 0.84 | 0.4 |
| Hex | 10 | BE | B5 | 5C | 0 | 5 | 19 | B1 | 54 | 28 |
| Octal | 20 | 276 | 265 | 134 | 0 | 5 | 31 | 261 | 124 | 50 |
| Binary | 10000 | 10111110 | 10110101 | 1011100 | 0 | 101 | 11001 | 10110001 | 1010100 | 101000 |
Color Harmonies of #10BEB5
Complementary color
Monochromatic Colors of #10BEB5
Black with #10BEB5
Text Example
Text Example
White with #10BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEB5; }
p { color: rgb(16,190,181); }
H1.HeaderClassName
{
color: #10BEB5;
}
.AnyTagClassName
{
color: #10BEB5;
}
</style>
background-color css
<style>
a { background-color: #10BEB5; }
a { background-color: rgb(16,190,181); }
div.DivClassName
{
background-color: #10BEB5;
}
.BgClassName
{
background-color: #10BEB5;
}
</style>
border-color css
<style>
span { border-color: #10BEB5; }
span { border-color: rgb(16,190,181); }
td.TdClassName
{
border-color: #10BEB5;
}
.TagClassName
{
border-color: #10BEB5;
}
</style>