Shades of Light Sea Green #18AAB5
Tints of Light Sea Green #18AAB5
RGB
CMYK
RGB Variations
Color information
#18AAB5 (or 0x18AAB5) is known color: Light Sea Green. HEX triplet: 18, AA and B5. RGB value is (24,170,181). Sum of RGB (Red+Green+Blue) = 24+170+181=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #18AAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AAB5 is #E7554A. Grayscale: #7F7F7F. Windows color (decimal): -15160651 or 11905560. OLE color: 11905560.
HSL color Cylindrical-coordinate representation of color #18AAB5: hue angle of 184.2º 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 #18AAB5 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 170 | 181 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.29 |
| HSL | 184.2º | 0.77% | 0.4% | - |
| HSV(B) | 184.2º | 0.87% | 0.71% | - |
| XYZ | 23.09 | 32.28 | 48.73 | - |
| YUV | 127.6 | 158.13 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 181 | 0.87 | 0.06 | 0 | 0.29 | 184.2 | 0.77 | 0.4 |
| Hex | 18 | AA | B5 | 57 | 6 | 0 | 1D | B8 | 4D | 28 |
| Octal | 30 | 252 | 265 | 127 | 6 | 0 | 35 | 270 | 115 | 50 |
| Binary | 11000 | 10101010 | 10110101 | 1010111 | 110 | 0 | 11101 | 10111000 | 1001101 | 101000 |
Color Harmonies of #18AAB5
Complementary color
Monochromatic Colors of #18AAB5
Black with #18AAB5
Text Example
Text Example
White with #18AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAB5; }
p { color: rgb(24,170,181); }
H1.HeaderClassName
{
color: #18AAB5;
}
.AnyTagClassName
{
color: #18AAB5;
}
</style>
background-color css
<style>
a { background-color: #18AAB5; }
a { background-color: rgb(24,170,181); }
div.DivClassName
{
background-color: #18AAB5;
}
.BgClassName
{
background-color: #18AAB5;
}
</style>
border-color css
<style>
span { border-color: #18AAB5; }
span { border-color: rgb(24,170,181); }
td.TdClassName
{
border-color: #18AAB5;
}
.TagClassName
{
border-color: #18AAB5;
}
</style>