Shades of Light Sea Green #10BFB2
Tints of Light Sea Green #10BFB2
RGB
CMYK
RGB Variations
Color information
#10BFB2 (or 0x10BFB2) is known color: Light Sea Green. HEX triplet: 10, BF and B2. RGB value is (16,191,178). Sum of RGB (Red+Green+Blue) = 16+191+178=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #10BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BFB2 is #EF404D. Grayscale: #898989. Windows color (decimal): -15679566 or 11714320. OLE color: 11714320.
HSL color Cylindrical-coordinate representation of color #10BFB2: hue angle of 175.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BFB2 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 178 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.25 |
| HSL | 175.54º | 0.85% | 0.41% | - |
| HSV(B) | 175.54º | 0.92% | 0.75% | - |
| XYZ | 26.88 | 40.59 | 48.54 | - |
| YUV | 137.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 178 | 0.92 | 0 | 0.07 | 0.25 | 175.54 | 0.85 | 0.41 |
| Hex | 10 | BF | B2 | 5C | 0 | 7 | 19 | B0 | 55 | 29 |
| Octal | 20 | 277 | 262 | 134 | 0 | 7 | 31 | 260 | 125 | 51 |
| Binary | 10000 | 10111111 | 10110010 | 1011100 | 0 | 111 | 11001 | 10110000 | 1010101 | 101001 |
Color Harmonies of #10BFB2
Complementary color
Monochromatic Colors of #10BFB2
Black with #10BFB2
Text Example
Text Example
White with #10BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFB2; }
p { color: rgb(16,191,178); }
H1.HeaderClassName
{
color: #10BFB2;
}
.AnyTagClassName
{
color: #10BFB2;
}
</style>
background-color css
<style>
a { background-color: #10BFB2; }
a { background-color: rgb(16,191,178); }
div.DivClassName
{
background-color: #10BFB2;
}
.BgClassName
{
background-color: #10BFB2;
}
</style>
border-color css
<style>
span { border-color: #10BFB2; }
span { border-color: rgb(16,191,178); }
td.TdClassName
{
border-color: #10BFB2;
}
.TagClassName
{
border-color: #10BFB2;
}
</style>