Shades of Light Sea Green #18BEBE
Tints of Light Sea Green #18BEBE
RGB
CMYK
RGB Variations
Color information
#18BEBE (or 0x18BEBE) is known color: Light Sea Green. HEX triplet: 18, BE and BE. RGB value is (24,190,190). Sum of RGB (Red+Green+Blue) = 24+190+190=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #18BEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BEBE is #E74141. Grayscale: #8C8C8C. Windows color (decimal): -15155522 or 12500504. OLE color: 12500504.
HSL color Cylindrical-coordinate representation of color #18BEBE: hue angle of 180º 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 #18BEBE is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 190 | 190 | - |
| CMYK | 0.87 | 0 | 0 | 0.25 |
| HSL | 180º | 0.78% | 0.42% | - |
| HSV(B) | 180º | 0.87% | 0.75% | - |
| XYZ | 28.08 | 40.74 | 55.1 | - |
| YUV | 140.37 | 156 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 190 | 0.87 | 0 | 0 | 0.25 | 180 | 0.78 | 0.42 |
| Hex | 18 | BE | BE | 57 | 0 | 0 | 19 | B4 | 4E | 2A |
| Octal | 30 | 276 | 276 | 127 | 0 | 0 | 31 | 264 | 116 | 52 |
| Binary | 11000 | 10111110 | 10111110 | 1010111 | 0 | 0 | 11001 | 10110100 | 1001110 | 101010 |
Color Harmonies of #18BEBE
Complementary color
Monochromatic Colors of #18BEBE
Black with #18BEBE
Text Example
Text Example
White with #18BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEBE; }
p { color: rgb(24,190,190); }
H1.HeaderClassName
{
color: #18BEBE;
}
.AnyTagClassName
{
color: #18BEBE;
}
</style>
background-color css
<style>
a { background-color: #18BEBE; }
a { background-color: rgb(24,190,190); }
div.DivClassName
{
background-color: #18BEBE;
}
.BgClassName
{
background-color: #18BEBE;
}
</style>
border-color css
<style>
span { border-color: #18BEBE; }
span { border-color: rgb(24,190,190); }
td.TdClassName
{
border-color: #18BEBE;
}
.TagClassName
{
border-color: #18BEBE;
}
</style>