Shades of Light Sea Green #18AEA8
Tints of Light Sea Green #18AEA8
RGB
CMYK
RGB Variations
Color information
#18AEA8 (or 0x18AEA8) is known color: Light Sea Green. HEX triplet: 18, AE and A8. RGB value is (24,174,168). Sum of RGB (Red+Green+Blue) = 24+174+168=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 174 (68.36% from 255 or 47.54% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 174 - color contains mainly: green. Hex color #18AEA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AEA8 is #E75157. Grayscale: #808080. Windows color (decimal): -15159640 or 11054616. OLE color: 11054616.
HSL color Cylindrical-coordinate representation of color #18AEA8: hue angle of 177.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AEA8 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 24 | 174 | 168 | - |
CMYK | 0.86 | 0 | 0.03 | 0.32 |
HSL | 177.6º | 0.76% | 0.39% | - |
HSV(B) | 177.6º | 0.86% | 0.68% | - |
XYZ | 22.58 | 33.29 | 42.28 | - |
YUV | 128.47 | 150.31 | 53.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 174 | 168 | 0.86 | 0 | 0.03 | 0.32 | 177.6 | 0.76 | 0.39 |
Hex | 18 | AE | A8 | 56 | 0 | 3 | 20 | B2 | 4C | 27 |
Octal | 30 | 256 | 250 | 126 | 0 | 3 | 40 | 262 | 114 | 47 |
Binary | 11000 | 10101110 | 10101000 | 1010110 | 0 | 11 | 100000 | 10110010 | 1001100 | 100111 |
Color Harmonies of #18AEA8
Complementary color
Monochromatic Colors of #18AEA8
Black with #18AEA8
Text Example
Text Example
White with #18AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEA8; }
p { color: rgb(24,174,168); }
H1.HeaderClassName
{
color: #18AEA8;
}
.AnyTagClassName
{
color: #18AEA8;
}
</style>
background-color css
<style>
a { background-color: #18AEA8; }
a { background-color: rgb(24,174,168); }
div.DivClassName
{
background-color: #18AEA8;
}
.BgClassName
{
background-color: #18AEA8;
}
</style>
border-color css
<style>
span { border-color: #18AEA8; }
span { border-color: rgb(24,174,168); }
td.TdClassName
{
border-color: #18AEA8;
}
.TagClassName
{
border-color: #18AEA8;
}
</style>