Shades of Light Sea Green #18B0BA
Tints of Light Sea Green #18B0BA
RGB
CMYK
RGB Variations
Color information
#18B0BA (or 0x18B0BA) is known color: Light Sea Green. HEX triplet: 18, B0 and BA. RGB value is (24,176,186). Sum of RGB (Red+Green+Blue) = 24+176+186=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #18B0BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B0BA is #E74F45. Grayscale: #838383. Windows color (decimal): -15159110 or 12234776. OLE color: 12234776.
HSL color Cylindrical-coordinate representation of color #18B0BA: hue angle of 183.7º 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 #18B0BA is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 176 | 186 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.27 |
| HSL | 183.7º | 0.77% | 0.41% | - |
| HSV(B) | 183.7º | 0.87% | 0.73% | - |
| XYZ | 24.76 | 34.79 | 51.86 | - |
| YUV | 131.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 176 | 186 | 0.87 | 0.05 | 0 | 0.27 | 183.7 | 0.77 | 0.41 |
| Hex | 18 | B0 | BA | 57 | 5 | 0 | 1B | B8 | 4D | 29 |
| Octal | 30 | 260 | 272 | 127 | 5 | 0 | 33 | 270 | 115 | 51 |
| Binary | 11000 | 10110000 | 10111010 | 1010111 | 101 | 0 | 11011 | 10111000 | 1001101 | 101001 |
Color Harmonies of #18B0BA
Complementary color
Monochromatic Colors of #18B0BA
Black with #18B0BA
Text Example
Text Example
White with #18B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B0BA; }
p { color: rgb(24,176,186); }
H1.HeaderClassName
{
color: #18B0BA;
}
.AnyTagClassName
{
color: #18B0BA;
}
</style>
background-color css
<style>
a { background-color: #18B0BA; }
a { background-color: rgb(24,176,186); }
div.DivClassName
{
background-color: #18B0BA;
}
.BgClassName
{
background-color: #18B0BA;
}
</style>
border-color css
<style>
span { border-color: #18B0BA; }
span { border-color: rgb(24,176,186); }
td.TdClassName
{
border-color: #18B0BA;
}
.TagClassName
{
border-color: #18B0BA;
}
</style>