Shades of Light Sea Green #30C1C0
Tints of Light Sea Green #30C1C0
RGB
CMYK
RGB Variations
Color information
#30C1C0 (or 0x30C1C0) is known color: Light Sea Green. HEX triplet: 30, C1 and C0. RGB value is (48,193,192). Sum of RGB (Red+Green+Blue) = 48+193+192=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #30C1C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C1C0 is #CF3E3F. Grayscale: #959595. Windows color (decimal): -13581888 or 12632368. OLE color: 12632368.
HSL color Cylindrical-coordinate representation of color #30C1C0: hue angle of 179.59º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C1C0 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 192 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.24 |
| HSL | 179.59º | 0.6% | 0.47% | - |
| HSV(B) | 179.59º | 0.75% | 0.76% | - |
| XYZ | 29.8 | 42.57 | 56.52 | - |
| YUV | 149.53 | 151.96 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 192 | 0.75 | 0 | 0.01 | 0.24 | 179.59 | 0.6 | 0.47 |
| Hex | 30 | C1 | C0 | 4B | 0 | 1 | 18 | B4 | 3C | 2F |
| Octal | 60 | 301 | 300 | 113 | 0 | 1 | 30 | 264 | 74 | 57 |
| Binary | 110000 | 11000001 | 11000000 | 1001011 | 0 | 1 | 11000 | 10110100 | 111100 | 101111 |
Color Harmonies of #30C1C0
Complementary color
Monochromatic Colors of #30C1C0
Black with #30C1C0
Text Example
Text Example
White with #30C1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C1C0; }
p { color: rgb(48,193,192); }
H1.HeaderClassName
{
color: #30C1C0;
}
.AnyTagClassName
{
color: #30C1C0;
}
</style>
background-color css
<style>
a { background-color: #30C1C0; }
a { background-color: rgb(48,193,192); }
div.DivClassName
{
background-color: #30C1C0;
}
.BgClassName
{
background-color: #30C1C0;
}
</style>
border-color css
<style>
span { border-color: #30C1C0; }
span { border-color: rgb(48,193,192); }
td.TdClassName
{
border-color: #30C1C0;
}
.TagClassName
{
border-color: #30C1C0;
}
</style>