Shades of Light Sea Green #18ADB6
Tints of Light Sea Green #18ADB6
RGB
CMYK
RGB Variations
Color information
#18ADB6 (or 0x18ADB6) is known color: Light Sea Green. HEX triplet: 18, AD and B6. RGB value is (24,173,182). Sum of RGB (Red+Green+Blue) = 24+173+182=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #18ADB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADB6 is #E75249. Grayscale: #818181. Windows color (decimal): -15159882 or 11971864. OLE color: 11971864.
HSL color Cylindrical-coordinate representation of color #18ADB6: hue angle of 183.42º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18ADB6 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 173 | 182 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.29 |
| HSL | 183.42º | 0.77% | 0.4% | - |
| HSV(B) | 183.42º | 0.87% | 0.71% | - |
| XYZ | 23.76 | 33.46 | 49.46 | - |
| YUV | 129.48 | 157.64 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 182 | 0.87 | 0.05 | 0 | 0.29 | 183.42 | 0.77 | 0.4 |
| Hex | 18 | AD | B6 | 57 | 5 | 0 | 1D | B7 | 4D | 28 |
| Octal | 30 | 255 | 266 | 127 | 5 | 0 | 35 | 267 | 115 | 50 |
| Binary | 11000 | 10101101 | 10110110 | 1010111 | 101 | 0 | 11101 | 10110111 | 1001101 | 101000 |
Color Harmonies of #18ADB6
Complementary color
Monochromatic Colors of #18ADB6
Black with #18ADB6
Text Example
Text Example
White with #18ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADB6; }
p { color: rgb(24,173,182); }
H1.HeaderClassName
{
color: #18ADB6;
}
.AnyTagClassName
{
color: #18ADB6;
}
</style>
background-color css
<style>
a { background-color: #18ADB6; }
a { background-color: rgb(24,173,182); }
div.DivClassName
{
background-color: #18ADB6;
}
.BgClassName
{
background-color: #18ADB6;
}
</style>
border-color css
<style>
span { border-color: #18ADB6; }
span { border-color: rgb(24,173,182); }
td.TdClassName
{
border-color: #18ADB6;
}
.TagClassName
{
border-color: #18ADB6;
}
</style>