Shades of Light Sea Green #18AEBC
Tints of Light Sea Green #18AEBC
RGB
CMYK
RGB Variations
Color information
#18AEBC (or 0x18AEBC) is known color: Light Sea Green. HEX triplet: 18, AE and BC. RGB value is (24,174,188). Sum of RGB (Red+Green+Blue) = 24+174+188=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #18AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AEBC is #E75143. Grayscale: #828282. Windows color (decimal): -15159620 or 12365336. OLE color: 12365336.
HSL color Cylindrical-coordinate representation of color #18AEBC: hue angle of 185.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18AEBC is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 174 | 188 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.26 |
| HSL | 185.12º | 0.77% | 0.42% | - |
| HSV(B) | 185.12º | 0.87% | 0.74% | - |
| XYZ | 24.59 | 34.1 | 52.86 | - |
| YUV | 130.75 | 160.31 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 188 | 0.87 | 0.07 | 0 | 0.26 | 185.12 | 0.77 | 0.42 |
| Hex | 18 | AE | BC | 57 | 7 | 0 | 1A | B9 | 4D | 2A |
| Octal | 30 | 256 | 274 | 127 | 7 | 0 | 32 | 271 | 115 | 52 |
| Binary | 11000 | 10101110 | 10111100 | 1010111 | 111 | 0 | 11010 | 10111001 | 1001101 | 101010 |
Color Harmonies of #18AEBC
Complementary color
Monochromatic Colors of #18AEBC
Black with #18AEBC
Text Example
Text Example
White with #18AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEBC; }
p { color: rgb(24,174,188); }
H1.HeaderClassName
{
color: #18AEBC;
}
.AnyTagClassName
{
color: #18AEBC;
}
</style>
background-color css
<style>
a { background-color: #18AEBC; }
a { background-color: rgb(24,174,188); }
div.DivClassName
{
background-color: #18AEBC;
}
.BgClassName
{
background-color: #18AEBC;
}
</style>
border-color css
<style>
span { border-color: #18AEBC; }
span { border-color: rgb(24,174,188); }
td.TdClassName
{
border-color: #18AEBC;
}
.TagClassName
{
border-color: #18AEBC;
}
</style>