Shades of Light Sea Green #18ADB2
Tints of Light Sea Green #18ADB2
RGB
CMYK
RGB Variations
Color information
#18ADB2 (or 0x18ADB2) is known color: Light Sea Green. HEX triplet: 18, AD and B2. RGB value is (24,173,178). Sum of RGB (Red+Green+Blue) = 24+173+178=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #18ADB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18ADB2 is #E7524D. Grayscale: #808080. Windows color (decimal): -15159886 or 11709720. OLE color: 11709720.
HSL color Cylindrical-coordinate representation of color #18ADB2: hue angle of 181.95º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18ADB2 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 173 | 178 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.30 |
| HSL | 181.95º | 0.76% | 0.4% | - |
| HSV(B) | 181.95º | 0.87% | 0.7% | - |
| XYZ | 23.36 | 33.3 | 47.32 | - |
| YUV | 129.02 | 155.64 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 178 | 0.87 | 0.03 | 0 | 0.30 | 181.95 | 0.76 | 0.4 |
| Hex | 18 | AD | B2 | 57 | 3 | 0 | 1E | B6 | 4C | 28 |
| Octal | 30 | 255 | 262 | 127 | 3 | 0 | 36 | 266 | 114 | 50 |
| Binary | 11000 | 10101101 | 10110010 | 1010111 | 11 | 0 | 11110 | 10110110 | 1001100 | 101000 |
Color Harmonies of #18ADB2
Complementary color
Monochromatic Colors of #18ADB2
Black with #18ADB2
Text Example
Text Example
White with #18ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADB2; }
p { color: rgb(24,173,178); }
H1.HeaderClassName
{
color: #18ADB2;
}
.AnyTagClassName
{
color: #18ADB2;
}
</style>
background-color css
<style>
a { background-color: #18ADB2; }
a { background-color: rgb(24,173,178); }
div.DivClassName
{
background-color: #18ADB2;
}
.BgClassName
{
background-color: #18ADB2;
}
</style>
border-color css
<style>
span { border-color: #18ADB2; }
span { border-color: rgb(24,173,178); }
td.TdClassName
{
border-color: #18ADB2;
}
.TagClassName
{
border-color: #18ADB2;
}
</style>