Shades of Light Sea Green #18CBB6
Tints of Light Sea Green #18CBB6
RGB
CMYK
RGB Variations
Color information
#18CBB6 (or 0x18CBB6) is known color: Light Sea Green. HEX triplet: 18, CB and B6. RGB value is (24,203,182). Sum of RGB (Red+Green+Blue) = 24+203+182=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBB6 is #E73449. Grayscale: #929292. Windows color (decimal): -15152202 or 11979544. OLE color: 11979544.
HSL color Cylindrical-coordinate representation of color #18CBB6: hue angle of 172.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CBB6 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 182 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.20 |
| HSL | 172.96º | 0.79% | 0.45% | - |
| HSV(B) | 172.96º | 0.88% | 0.8% | - |
| XYZ | 30.18 | 46.28 | 51.6 | - |
| YUV | 147.09 | 147.7 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 182 | 0.88 | 0 | 0.10 | 0.20 | 172.96 | 0.79 | 0.45 |
| Hex | 18 | CB | B6 | 58 | 0 | A | 14 | AD | 4F | 2D |
| Octal | 30 | 313 | 266 | 130 | 0 | 12 | 24 | 255 | 117 | 55 |
| Binary | 11000 | 11001011 | 10110110 | 1011000 | 0 | 1010 | 10100 | 10101101 | 1001111 | 101101 |
Color Harmonies of #18CBB6
Complementary color
Monochromatic Colors of #18CBB6
Black with #18CBB6
Text Example
Text Example
White with #18CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBB6; }
p { color: rgb(24,203,182); }
H1.HeaderClassName
{
color: #18CBB6;
}
.AnyTagClassName
{
color: #18CBB6;
}
</style>
background-color css
<style>
a { background-color: #18CBB6; }
a { background-color: rgb(24,203,182); }
div.DivClassName
{
background-color: #18CBB6;
}
.BgClassName
{
background-color: #18CBB6;
}
</style>
border-color css
<style>
span { border-color: #18CBB6; }
span { border-color: rgb(24,203,182); }
td.TdClassName
{
border-color: #18CBB6;
}
.TagClassName
{
border-color: #18CBB6;
}
</style>