Shades of Light Sea Green #18CAB2
Tints of Light Sea Green #18CAB2
RGB
CMYK
RGB Variations
Color information
#18CAB2 (or 0x18CAB2) is known color: Light Sea Green. HEX triplet: 18, CA and B2. RGB value is (24,202,178). Sum of RGB (Red+Green+Blue) = 24+202+178=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #18CAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CAB2 is #E7354D. Grayscale: #919191. Windows color (decimal): -15152462 or 11717144. OLE color: 11717144.
HSL color Cylindrical-coordinate representation of color #18CAB2: hue angle of 171.91º 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 #18CAB2 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 202 | 178 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.21 |
| HSL | 171.91º | 0.79% | 0.44% | - |
| HSV(B) | 171.91º | 0.88% | 0.79% | - |
| XYZ | 29.53 | 45.65 | 49.37 | - |
| YUV | 146.04 | 146.03 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 178 | 0.88 | 0 | 0.12 | 0.21 | 171.91 | 0.79 | 0.44 |
| Hex | 18 | CA | B2 | 58 | 0 | C | 15 | AC | 4F | 2C |
| Octal | 30 | 312 | 262 | 130 | 0 | 14 | 25 | 254 | 117 | 54 |
| Binary | 11000 | 11001010 | 10110010 | 1011000 | 0 | 1100 | 10101 | 10101100 | 1001111 | 101100 |
Color Harmonies of #18CAB2
Complementary color
Monochromatic Colors of #18CAB2
Black with #18CAB2
Text Example
Text Example
White with #18CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CAB2; }
p { color: rgb(24,202,178); }
H1.HeaderClassName
{
color: #18CAB2;
}
.AnyTagClassName
{
color: #18CAB2;
}
</style>
background-color css
<style>
a { background-color: #18CAB2; }
a { background-color: rgb(24,202,178); }
div.DivClassName
{
background-color: #18CAB2;
}
.BgClassName
{
background-color: #18CAB2;
}
</style>
border-color css
<style>
span { border-color: #18CAB2; }
span { border-color: rgb(24,202,178); }
td.TdClassName
{
border-color: #18CAB2;
}
.TagClassName
{
border-color: #18CAB2;
}
</style>