Shades of Light Sea Green #30AEAC
Tints of Light Sea Green #30AEAC
RGB
CMYK
RGB Variations
Color information
#30AEAC (or 0x30AEAC) is known color: Light Sea Green. HEX triplet: 30, AE and AC. RGB value is (48,174,172). Sum of RGB (Red+Green+Blue) = 48+174+172=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #30AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AEAC is #CF5153. Grayscale: #878787. Windows color (decimal): -13586772 or 11316784. OLE color: 11316784.
HSL color Cylindrical-coordinate representation of color #30AEAC: hue angle of 179.05º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AEAC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 174 | 172 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.32 |
| HSL | 179.05º | 0.57% | 0.44% | - |
| HSV(B) | 179.05º | 0.72% | 0.68% | - |
| XYZ | 23.8 | 33.88 | 44.31 | - |
| YUV | 136.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 174 | 172 | 0.72 | 0 | 0.01 | 0.32 | 179.05 | 0.57 | 0.44 |
| Hex | 30 | AE | AC | 48 | 0 | 1 | 20 | B3 | 39 | 2C |
| Octal | 60 | 256 | 254 | 110 | 0 | 1 | 40 | 263 | 71 | 54 |
| Binary | 110000 | 10101110 | 10101100 | 1001000 | 0 | 1 | 100000 | 10110011 | 111001 | 101100 |
Color Harmonies of #30AEAC
Complementary color
Monochromatic Colors of #30AEAC
Black with #30AEAC
Text Example
Text Example
White with #30AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AEAC; }
p { color: rgb(48,174,172); }
H1.HeaderClassName
{
color: #30AEAC;
}
.AnyTagClassName
{
color: #30AEAC;
}
</style>
background-color css
<style>
a { background-color: #30AEAC; }
a { background-color: rgb(48,174,172); }
div.DivClassName
{
background-color: #30AEAC;
}
.BgClassName
{
background-color: #30AEAC;
}
</style>
border-color css
<style>
span { border-color: #30AEAC; }
span { border-color: rgb(48,174,172); }
td.TdClassName
{
border-color: #30AEAC;
}
.TagClassName
{
border-color: #30AEAC;
}
</style>