Shades of Light Sea Green #10BFA3
Tints of Light Sea Green #10BFA3
RGB
CMYK
RGB Variations
Color information
#10BFA3 (or 0x10BFA3) is known color: Light Sea Green. HEX triplet: 10, BF and A3. RGB value is (16,191,163). Sum of RGB (Red+Green+Blue) = 16+191+163=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #10BFA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BFA3 is #EF405C. Grayscale: #878787. Windows color (decimal): -15679581 or 10731280. OLE color: 10731280.
HSL color Cylindrical-coordinate representation of color #10BFA3: hue angle of 170.4º 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 #10BFA3 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 163 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.25 |
| HSL | 170.4º | 0.85% | 0.41% | - |
| HSV(B) | 170.4º | 0.92% | 0.75% | - |
| XYZ | 25.46 | 40.02 | 41.03 | - |
| YUV | 135.48 | 143.52 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 163 | 0.92 | 0 | 0.15 | 0.25 | 170.4 | 0.85 | 0.41 |
| Hex | 10 | BF | A3 | 5C | 0 | F | 19 | AA | 55 | 29 |
| Octal | 20 | 277 | 243 | 134 | 0 | 17 | 31 | 252 | 125 | 51 |
| Binary | 10000 | 10111111 | 10100011 | 1011100 | 0 | 1111 | 11001 | 10101010 | 1010101 | 101001 |
Color Harmonies of #10BFA3
Complementary color
Monochromatic Colors of #10BFA3
Black with #10BFA3
Text Example
Text Example
White with #10BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFA3; }
p { color: rgb(16,191,163); }
H1.HeaderClassName
{
color: #10BFA3;
}
.AnyTagClassName
{
color: #10BFA3;
}
</style>
background-color css
<style>
a { background-color: #10BFA3; }
a { background-color: rgb(16,191,163); }
div.DivClassName
{
background-color: #10BFA3;
}
.BgClassName
{
background-color: #10BFA3;
}
</style>
border-color css
<style>
span { border-color: #10BFA3; }
span { border-color: rgb(16,191,163); }
td.TdClassName
{
border-color: #10BFA3;
}
.TagClassName
{
border-color: #10BFA3;
}
</style>