Shades of Light Sea Green #10C2B2
Tints of Light Sea Green #10C2B2
RGB
CMYK
RGB Variations
Color information
#10C2B2 (or 0x10C2B2) is known color: Light Sea Green. HEX triplet: 10, C2 and B2. RGB value is (16,194,178). Sum of RGB (Red+Green+Blue) = 16+194+178=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C2B2 is #EF3D4D. Grayscale: #8A8A8A. Windows color (decimal): -15678798 or 11715088. OLE color: 11715088.
HSL color Cylindrical-coordinate representation of color #10C2B2: hue angle of 174.61º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C2B2 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 178 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.24 |
| HSL | 174.61º | 0.85% | 0.41% | - |
| HSV(B) | 174.61º | 0.92% | 0.76% | - |
| XYZ | 27.54 | 41.91 | 48.76 | - |
| YUV | 138.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 178 | 0.92 | 0 | 0.08 | 0.24 | 174.61 | 0.85 | 0.41 |
| Hex | 10 | C2 | B2 | 5C | 0 | 8 | 18 | AF | 55 | 29 |
| Octal | 20 | 302 | 262 | 134 | 0 | 10 | 30 | 257 | 125 | 51 |
| Binary | 10000 | 11000010 | 10110010 | 1011100 | 0 | 1000 | 11000 | 10101111 | 1010101 | 101001 |
Color Harmonies of #10C2B2
Complementary color
Monochromatic Colors of #10C2B2
Black with #10C2B2
Text Example
Text Example
White with #10C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C2B2; }
p { color: rgb(16,194,178); }
H1.HeaderClassName
{
color: #10C2B2;
}
.AnyTagClassName
{
color: #10C2B2;
}
</style>
background-color css
<style>
a { background-color: #10C2B2; }
a { background-color: rgb(16,194,178); }
div.DivClassName
{
background-color: #10C2B2;
}
.BgClassName
{
background-color: #10C2B2;
}
</style>
border-color css
<style>
span { border-color: #10C2B2; }
span { border-color: rgb(16,194,178); }
td.TdClassName
{
border-color: #10C2B2;
}
.TagClassName
{
border-color: #10C2B2;
}
</style>