Shades of Light Sea Green #18AAB6
Tints of Light Sea Green #18AAB6
RGB
CMYK
RGB Variations
Color information
#18AAB6 (or 0x18AAB6) is known color: Light Sea Green. HEX triplet: 18, AA and B6. RGB value is (24,170,182). Sum of RGB (Red+Green+Blue) = 24+170+182=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #18AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AAB6 is #E75549. Grayscale: #7F7F7F. Windows color (decimal): -15160650 or 11971096. OLE color: 11971096.
HSL color Cylindrical-coordinate representation of color #18AAB6: hue angle of 184.56º 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 #18AAB6 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 170 | 182 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.29 |
| HSL | 184.56º | 0.77% | 0.4% | - |
| HSV(B) | 184.56º | 0.87% | 0.71% | - |
| XYZ | 23.19 | 32.32 | 49.27 | - |
| YUV | 127.71 | 158.63 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 182 | 0.87 | 0.07 | 0 | 0.29 | 184.56 | 0.77 | 0.4 |
| Hex | 18 | AA | B6 | 57 | 7 | 0 | 1D | B9 | 4D | 28 |
| Octal | 30 | 252 | 266 | 127 | 7 | 0 | 35 | 271 | 115 | 50 |
| Binary | 11000 | 10101010 | 10110110 | 1010111 | 111 | 0 | 11101 | 10111001 | 1001101 | 101000 |
Color Harmonies of #18AAB6
Complementary color
Monochromatic Colors of #18AAB6
Black with #18AAB6
Text Example
Text Example
White with #18AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAB6; }
p { color: rgb(24,170,182); }
H1.HeaderClassName
{
color: #18AAB6;
}
.AnyTagClassName
{
color: #18AAB6;
}
</style>
background-color css
<style>
a { background-color: #18AAB6; }
a { background-color: rgb(24,170,182); }
div.DivClassName
{
background-color: #18AAB6;
}
.BgClassName
{
background-color: #18AAB6;
}
</style>
border-color css
<style>
span { border-color: #18AAB6; }
span { border-color: rgb(24,170,182); }
td.TdClassName
{
border-color: #18AAB6;
}
.TagClassName
{
border-color: #18AAB6;
}
</style>