Shades of Light Sea Green #10BFA4
Tints of Light Sea Green #10BFA4
RGB
CMYK
RGB Variations
Color information
#10BFA4 (or 0x10BFA4) is known color: Light Sea Green. HEX triplet: 10, BF and A4. RGB value is (16,191,164). Sum of RGB (Red+Green+Blue) = 16+191+164=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #10BFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BFA4 is #EF405B. Grayscale: #878787. Windows color (decimal): -15679580 or 10796816. OLE color: 10796816.
HSL color Cylindrical-coordinate representation of color #10BFA4: hue angle of 170.74º 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 #10BFA4 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 164 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.25 |
| HSL | 170.74º | 0.85% | 0.41% | - |
| HSV(B) | 170.74º | 0.92% | 0.75% | - |
| XYZ | 25.55 | 40.05 | 41.51 | - |
| YUV | 135.6 | 144.02 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 164 | 0.92 | 0 | 0.14 | 0.25 | 170.74 | 0.85 | 0.41 |
| Hex | 10 | BF | A4 | 5C | 0 | E | 19 | AB | 55 | 29 |
| Octal | 20 | 277 | 244 | 134 | 0 | 16 | 31 | 253 | 125 | 51 |
| Binary | 10000 | 10111111 | 10100100 | 1011100 | 0 | 1110 | 11001 | 10101011 | 1010101 | 101001 |
Color Harmonies of #10BFA4
Complementary color
Monochromatic Colors of #10BFA4
Black with #10BFA4
Text Example
Text Example
White with #10BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFA4; }
p { color: rgb(16,191,164); }
H1.HeaderClassName
{
color: #10BFA4;
}
.AnyTagClassName
{
color: #10BFA4;
}
</style>
background-color css
<style>
a { background-color: #10BFA4; }
a { background-color: rgb(16,191,164); }
div.DivClassName
{
background-color: #10BFA4;
}
.BgClassName
{
background-color: #10BFA4;
}
</style>
border-color css
<style>
span { border-color: #10BFA4; }
span { border-color: rgb(16,191,164); }
td.TdClassName
{
border-color: #10BFA4;
}
.TagClassName
{
border-color: #10BFA4;
}
</style>