Shades of Light Sea Green #18C8BC
Tints of Light Sea Green #18C8BC
RGB
CMYK
RGB Variations
Color information
#18C8BC (or 0x18C8BC) is known color: Light Sea Green. HEX triplet: 18, C8 and BC. RGB value is (24,200,188). Sum of RGB (Red+Green+Blue) = 24+200+188=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #18C8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C8BC is #E73743. Grayscale: #919191. Windows color (decimal): -15152964 or 12371992. OLE color: 12371992.
HSL color Cylindrical-coordinate representation of color #18C8BC: hue angle of 175.91º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C8BC is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 200 | 188 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.22 |
| HSL | 175.91º | 0.79% | 0.44% | - |
| HSV(B) | 175.91º | 0.88% | 0.78% | - |
| XYZ | 30.11 | 45.13 | 54.7 | - |
| YUV | 146.01 | 151.69 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 200 | 188 | 0.88 | 0 | 0.06 | 0.22 | 175.91 | 0.79 | 0.44 |
| Hex | 18 | C8 | BC | 58 | 0 | 6 | 16 | B0 | 4F | 2C |
| Octal | 30 | 310 | 274 | 130 | 0 | 6 | 26 | 260 | 117 | 54 |
| Binary | 11000 | 11001000 | 10111100 | 1011000 | 0 | 110 | 10110 | 10110000 | 1001111 | 101100 |
Color Harmonies of #18C8BC
Complementary color
Monochromatic Colors of #18C8BC
Black with #18C8BC
Text Example
Text Example
White with #18C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C8BC; }
p { color: rgb(24,200,188); }
H1.HeaderClassName
{
color: #18C8BC;
}
.AnyTagClassName
{
color: #18C8BC;
}
</style>
background-color css
<style>
a { background-color: #18C8BC; }
a { background-color: rgb(24,200,188); }
div.DivClassName
{
background-color: #18C8BC;
}
.BgClassName
{
background-color: #18C8BC;
}
</style>
border-color css
<style>
span { border-color: #18C8BC; }
span { border-color: rgb(24,200,188); }
td.TdClassName
{
border-color: #18C8BC;
}
.TagClassName
{
border-color: #18C8BC;
}
</style>