Shades of Light Sea Green #18ADB3
Tints of Light Sea Green #18ADB3
RGB
CMYK
RGB Variations
Color information
#18ADB3 (or 0x18ADB3) is known color: Light Sea Green. HEX triplet: 18, AD and B3. RGB value is (24,173,179). Sum of RGB (Red+Green+Blue) = 24+173+179=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #18ADB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADB3 is #E7524C. Grayscale: #808080. Windows color (decimal): -15159885 or 11775256. OLE color: 11775256.
HSL color Cylindrical-coordinate representation of color #18ADB3: hue angle of 182.32º 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 #18ADB3 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 173 | 179 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.30 |
| HSL | 182.32º | 0.76% | 0.4% | - |
| HSV(B) | 182.32º | 0.87% | 0.7% | - |
| XYZ | 23.46 | 33.34 | 47.85 | - |
| YUV | 129.13 | 156.14 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 179 | 0.87 | 0.03 | 0 | 0.30 | 182.32 | 0.76 | 0.4 |
| Hex | 18 | AD | B3 | 57 | 3 | 0 | 1E | B6 | 4C | 28 |
| Octal | 30 | 255 | 263 | 127 | 3 | 0 | 36 | 266 | 114 | 50 |
| Binary | 11000 | 10101101 | 10110011 | 1010111 | 11 | 0 | 11110 | 10110110 | 1001100 | 101000 |
Color Harmonies of #18ADB3
Complementary color
Monochromatic Colors of #18ADB3
Black with #18ADB3
Text Example
Text Example
White with #18ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADB3; }
p { color: rgb(24,173,179); }
H1.HeaderClassName
{
color: #18ADB3;
}
.AnyTagClassName
{
color: #18ADB3;
}
</style>
background-color css
<style>
a { background-color: #18ADB3; }
a { background-color: rgb(24,173,179); }
div.DivClassName
{
background-color: #18ADB3;
}
.BgClassName
{
background-color: #18ADB3;
}
</style>
border-color css
<style>
span { border-color: #18ADB3; }
span { border-color: rgb(24,173,179); }
td.TdClassName
{
border-color: #18ADB3;
}
.TagClassName
{
border-color: #18ADB3;
}
</style>