Shades of Light Sea Green #18BFA2
Tints of Light Sea Green #18BFA2
RGB
CMYK
RGB Variations
Color information
#18BFA2 (or 0x18BFA2) is known color: Light Sea Green. HEX triplet: 18, BF and A2. RGB value is (24,191,162). Sum of RGB (Red+Green+Blue) = 24+191+162=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #18BFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BFA2 is #E7405D. Grayscale: #898989. Windows color (decimal): -15155294 or 10665752. OLE color: 10665752.
HSL color Cylindrical-coordinate representation of color #18BFA2: hue angle of 169.58º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BFA2 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 191 | 162 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.25 |
| HSL | 169.58º | 0.78% | 0.42% | - |
| HSV(B) | 169.58º | 0.87% | 0.75% | - |
| XYZ | 25.53 | 40.06 | 40.57 | - |
| YUV | 137.76 | 141.67 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 162 | 0.87 | 0 | 0.15 | 0.25 | 169.58 | 0.78 | 0.42 |
| Hex | 18 | BF | A2 | 57 | 0 | F | 19 | AA | 4E | 2A |
| Octal | 30 | 277 | 242 | 127 | 0 | 17 | 31 | 252 | 116 | 52 |
| Binary | 11000 | 10111111 | 10100010 | 1010111 | 0 | 1111 | 11001 | 10101010 | 1001110 | 101010 |
Color Harmonies of #18BFA2
Complementary color
Monochromatic Colors of #18BFA2
Black with #18BFA2
Text Example
Text Example
White with #18BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFA2; }
p { color: rgb(24,191,162); }
H1.HeaderClassName
{
color: #18BFA2;
}
.AnyTagClassName
{
color: #18BFA2;
}
</style>
background-color css
<style>
a { background-color: #18BFA2; }
a { background-color: rgb(24,191,162); }
div.DivClassName
{
background-color: #18BFA2;
}
.BgClassName
{
background-color: #18BFA2;
}
</style>
border-color css
<style>
span { border-color: #18BFA2; }
span { border-color: rgb(24,191,162); }
td.TdClassName
{
border-color: #18BFA2;
}
.TagClassName
{
border-color: #18BFA2;
}
</style>