Shades of Light Sea Green #18CCB4
Tints of Light Sea Green #18CCB4
RGB
CMYK
RGB Variations
Color information
#18CCB4 (or 0x18CCB4) is known color: Light Sea Green. HEX triplet: 18, CC and B4. RGB value is (24,204,180). Sum of RGB (Red+Green+Blue) = 24+204+180=408 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.88% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #18CCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCB4 is #E7334B. Grayscale: #939393. Windows color (decimal): -15151948 or 11848728. OLE color: 11848728.
HSL color Cylindrical-coordinate representation of color #18CCB4: hue angle of 172º 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 #18CCB4 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 180 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.2 |
| HSL | 172º | 0.79% | 0.45% | - |
| HSV(B) | 172º | 0.88% | 0.8% | - |
| XYZ | 30.21 | 46.68 | 50.6 | - |
| YUV | 147.44 | 146.37 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 180 | 0.88 | 0 | 0.12 | 0.2 | 172 | 0.79 | 0.45 |
| Hex | 18 | CC | B4 | 58 | 0 | C | 14 | AC | 4F | 2D |
| Octal | 30 | 314 | 264 | 130 | 0 | 14 | 24 | 254 | 117 | 55 |
| Binary | 11000 | 11001100 | 10110100 | 1011000 | 0 | 1100 | 10100 | 10101100 | 1001111 | 101101 |
Color Harmonies of #18CCB4
Complementary color
Monochromatic Colors of #18CCB4
Black with #18CCB4
Text Example
Text Example
White with #18CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCB4; }
p { color: rgb(24,204,180); }
H1.HeaderClassName
{
color: #18CCB4;
}
.AnyTagClassName
{
color: #18CCB4;
}
</style>
background-color css
<style>
a { background-color: #18CCB4; }
a { background-color: rgb(24,204,180); }
div.DivClassName
{
background-color: #18CCB4;
}
.BgClassName
{
background-color: #18CCB4;
}
</style>
border-color css
<style>
span { border-color: #18CCB4; }
span { border-color: rgb(24,204,180); }
td.TdClassName
{
border-color: #18CCB4;
}
.TagClassName
{
border-color: #18CCB4;
}
</style>