Shades of Light Sea Green #18AEBB
Tints of Light Sea Green #18AEBB
RGB
CMYK
RGB Variations
Color information
#18AEBB (or 0x18AEBB) is known color: Light Sea Green. HEX triplet: 18, AE and BB. RGB value is (24,174,187). Sum of RGB (Red+Green+Blue) = 24+174+187=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #18AEBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AEBB is #E75144. Grayscale: #828282. Windows color (decimal): -15159621 or 12299800. OLE color: 12299800.
HSL color Cylindrical-coordinate representation of color #18AEBB: hue angle of 184.79º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18AEBB is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 174 | 187 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.27 |
| HSL | 184.79º | 0.77% | 0.41% | - |
| HSV(B) | 184.79º | 0.87% | 0.73% | - |
| XYZ | 24.48 | 34.05 | 52.3 | - |
| YUV | 130.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 187 | 0.87 | 0.07 | 0 | 0.27 | 184.79 | 0.77 | 0.41 |
| Hex | 18 | AE | BB | 57 | 7 | 0 | 1B | B9 | 4D | 29 |
| Octal | 30 | 256 | 273 | 127 | 7 | 0 | 33 | 271 | 115 | 51 |
| Binary | 11000 | 10101110 | 10111011 | 1010111 | 111 | 0 | 11011 | 10111001 | 1001101 | 101001 |
Color Harmonies of #18AEBB
Complementary color
Monochromatic Colors of #18AEBB
Black with #18AEBB
Text Example
Text Example
White with #18AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEBB; }
p { color: rgb(24,174,187); }
H1.HeaderClassName
{
color: #18AEBB;
}
.AnyTagClassName
{
color: #18AEBB;
}
</style>
background-color css
<style>
a { background-color: #18AEBB; }
a { background-color: rgb(24,174,187); }
div.DivClassName
{
background-color: #18AEBB;
}
.BgClassName
{
background-color: #18AEBB;
}
</style>
border-color css
<style>
span { border-color: #18AEBB; }
span { border-color: rgb(24,174,187); }
td.TdClassName
{
border-color: #18AEBB;
}
.TagClassName
{
border-color: #18AEBB;
}
</style>