Shades of Light Sea Green #18CAB8
Tints of Light Sea Green #18CAB8
RGB
CMYK
RGB Variations
Color information
#18CAB8 (or 0x18CAB8) is known color: Light Sea Green. HEX triplet: 18, CA and B8. RGB value is (24,202,184). Sum of RGB (Red+Green+Blue) = 24+202+184=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #18CAB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CAB8 is #E73547. Grayscale: #929292. Windows color (decimal): -15152456 or 12110360. OLE color: 12110360.
HSL color Cylindrical-coordinate representation of color #18CAB8: hue angle of 173.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CAB8 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 202 | 184 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.21 |
| HSL | 173.93º | 0.79% | 0.44% | - |
| HSV(B) | 173.93º | 0.88% | 0.79% | - |
| XYZ | 30.15 | 45.9 | 52.62 | - |
| YUV | 146.73 | 149.03 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 184 | 0.88 | 0 | 0.09 | 0.21 | 173.93 | 0.79 | 0.44 |
| Hex | 18 | CA | B8 | 58 | 0 | 9 | 15 | AE | 4F | 2C |
| Octal | 30 | 312 | 270 | 130 | 0 | 11 | 25 | 256 | 117 | 54 |
| Binary | 11000 | 11001010 | 10111000 | 1011000 | 0 | 1001 | 10101 | 10101110 | 1001111 | 101100 |
Color Harmonies of #18CAB8
Complementary color
Monochromatic Colors of #18CAB8
Black with #18CAB8
Text Example
Text Example
White with #18CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CAB8; }
p { color: rgb(24,202,184); }
H1.HeaderClassName
{
color: #18CAB8;
}
.AnyTagClassName
{
color: #18CAB8;
}
</style>
background-color css
<style>
a { background-color: #18CAB8; }
a { background-color: rgb(24,202,184); }
div.DivClassName
{
background-color: #18CAB8;
}
.BgClassName
{
background-color: #18CAB8;
}
</style>
border-color css
<style>
span { border-color: #18CAB8; }
span { border-color: rgb(24,202,184); }
td.TdClassName
{
border-color: #18CAB8;
}
.TagClassName
{
border-color: #18CAB8;
}
</style>