Shades of Light Sea Green #18AEB6
Tints of Light Sea Green #18AEB6
RGB
CMYK
RGB Variations
Color information
#18AEB6 (or 0x18AEB6) is known color: Light Sea Green. HEX triplet: 18, AE and B6. RGB value is (24,174,182). Sum of RGB (Red+Green+Blue) = 24+174+182=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #18AEB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AEB6 is #E75149. Grayscale: #818181. Windows color (decimal): -15159626 or 11972120. OLE color: 11972120.
HSL color Cylindrical-coordinate representation of color #18AEB6: hue angle of 183.04º 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 #18AEB6 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 174 | 182 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.29 |
| HSL | 183.04º | 0.77% | 0.4% | - |
| HSV(B) | 183.04º | 0.87% | 0.71% | - |
| XYZ | 23.96 | 33.84 | 49.53 | - |
| YUV | 130.06 | 157.31 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 182 | 0.87 | 0.04 | 0 | 0.29 | 183.04 | 0.77 | 0.4 |
| Hex | 18 | AE | B6 | 57 | 4 | 0 | 1D | B7 | 4D | 28 |
| Octal | 30 | 256 | 266 | 127 | 4 | 0 | 35 | 267 | 115 | 50 |
| Binary | 11000 | 10101110 | 10110110 | 1010111 | 100 | 0 | 11101 | 10110111 | 1001101 | 101000 |
Color Harmonies of #18AEB6
Complementary color
Monochromatic Colors of #18AEB6
Black with #18AEB6
Text Example
Text Example
White with #18AEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEB6; }
p { color: rgb(24,174,182); }
H1.HeaderClassName
{
color: #18AEB6;
}
.AnyTagClassName
{
color: #18AEB6;
}
</style>
background-color css
<style>
a { background-color: #18AEB6; }
a { background-color: rgb(24,174,182); }
div.DivClassName
{
background-color: #18AEB6;
}
.BgClassName
{
background-color: #18AEB6;
}
</style>
border-color css
<style>
span { border-color: #18AEB6; }
span { border-color: rgb(24,174,182); }
td.TdClassName
{
border-color: #18AEB6;
}
.TagClassName
{
border-color: #18AEB6;
}
</style>