Shades of Light Sea Green #10A8B5
Tints of Light Sea Green #10A8B5
RGB
CMYK
RGB Variations
Color information
#10A8B5 (or 0x10A8B5) is known color: Light Sea Green. HEX triplet: 10, A8 and B5. RGB value is (16,168,181). Sum of RGB (Red+Green+Blue) = 16+168+181=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #10A8B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8B5 is #EF574A. Grayscale: #7B7B7B. Windows color (decimal): -15685451 or 11905040. OLE color: 11905040.
HSL color Cylindrical-coordinate representation of color #10A8B5: hue angle of 184.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A8B5 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 168 | 181 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.29 |
| HSL | 184.73º | 0.84% | 0.39% | - |
| HSV(B) | 184.73º | 0.91% | 0.71% | - |
| XYZ | 22.56 | 31.45 | 48.6 | - |
| YUV | 124.03 | 160.14 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 181 | 0.91 | 0.07 | 0 | 0.29 | 184.73 | 0.84 | 0.39 |
| Hex | 10 | A8 | B5 | 5B | 7 | 0 | 1D | B9 | 54 | 27 |
| Octal | 20 | 250 | 265 | 133 | 7 | 0 | 35 | 271 | 124 | 47 |
| Binary | 10000 | 10101000 | 10110101 | 1011011 | 111 | 0 | 11101 | 10111001 | 1010100 | 100111 |
Color Harmonies of #10A8B5
Complementary color
Monochromatic Colors of #10A8B5
Black with #10A8B5
Text Example
Text Example
White with #10A8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8B5; }
p { color: rgb(16,168,181); }
H1.HeaderClassName
{
color: #10A8B5;
}
.AnyTagClassName
{
color: #10A8B5;
}
</style>
background-color css
<style>
a { background-color: #10A8B5; }
a { background-color: rgb(16,168,181); }
div.DivClassName
{
background-color: #10A8B5;
}
.BgClassName
{
background-color: #10A8B5;
}
</style>
border-color css
<style>
span { border-color: #10A8B5; }
span { border-color: rgb(16,168,181); }
td.TdClassName
{
border-color: #10A8B5;
}
.TagClassName
{
border-color: #10A8B5;
}
</style>