Shades of Light Sea Green #18B5A5
Tints of Light Sea Green #18B5A5
RGB
CMYK
RGB Variations
Color information
#18B5A5 (or 0x18B5A5) is known color: Light Sea Green. HEX triplet: 18, B5 and A5. RGB value is (24,181,165). Sum of RGB (Red+Green+Blue) = 24+181+165=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #18B5A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B5A5 is #E74A5A. Grayscale: #848484. Windows color (decimal): -15157851 or 10859800. OLE color: 10859800.
HSL color Cylindrical-coordinate representation of color #18B5A5: hue angle of 173.89º 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 #18B5A5 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 181 | 165 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.29 |
| HSL | 173.89º | 0.77% | 0.4% | - |
| HSV(B) | 173.89º | 0.87% | 0.71% | - |
| XYZ | 23.69 | 35.96 | 41.29 | - |
| YUV | 132.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 165 | 0.87 | 0 | 0.09 | 0.29 | 173.89 | 0.77 | 0.4 |
| Hex | 18 | B5 | A5 | 57 | 0 | 9 | 1D | AE | 4D | 28 |
| Octal | 30 | 265 | 245 | 127 | 0 | 11 | 35 | 256 | 115 | 50 |
| Binary | 11000 | 10110101 | 10100101 | 1010111 | 0 | 1001 | 11101 | 10101110 | 1001101 | 101000 |
Color Harmonies of #18B5A5
Complementary color
Monochromatic Colors of #18B5A5
Black with #18B5A5
Text Example
Text Example
White with #18B5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B5A5; }
p { color: rgb(24,181,165); }
H1.HeaderClassName
{
color: #18B5A5;
}
.AnyTagClassName
{
color: #18B5A5;
}
</style>
background-color css
<style>
a { background-color: #18B5A5; }
a { background-color: rgb(24,181,165); }
div.DivClassName
{
background-color: #18B5A5;
}
.BgClassName
{
background-color: #18B5A5;
}
</style>
border-color css
<style>
span { border-color: #18B5A5; }
span { border-color: rgb(24,181,165); }
td.TdClassName
{
border-color: #18B5A5;
}
.TagClassName
{
border-color: #18B5A5;
}
</style>