Shades of Light Sea Green #30ABAF
Tints of Light Sea Green #30ABAF
RGB
CMYK
RGB Variations
Color information
#30ABAF (or 0x30ABAF) is known color: Light Sea Green. HEX triplet: 30, AB and AF. RGB value is (48,171,175). Sum of RGB (Red+Green+Blue) = 48+171+175=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #30ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ABAF is #CF5450. Grayscale: #868686. Windows color (decimal): -13587537 or 11512624. OLE color: 11512624.
HSL color Cylindrical-coordinate representation of color #30ABAF: hue angle of 181.89º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30ABAF is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 171 | 175 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.31 |
| HSL | 181.89º | 0.57% | 0.44% | - |
| HSV(B) | 181.89º | 0.73% | 0.69% | - |
| XYZ | 23.52 | 32.85 | 45.66 | - |
| YUV | 134.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 175 | 0.73 | 0.02 | 0 | 0.31 | 181.89 | 0.57 | 0.44 |
| Hex | 30 | AB | AF | 49 | 2 | 0 | 1F | B6 | 39 | 2C |
| Octal | 60 | 253 | 257 | 111 | 2 | 0 | 37 | 266 | 71 | 54 |
| Binary | 110000 | 10101011 | 10101111 | 1001001 | 10 | 0 | 11111 | 10110110 | 111001 | 101100 |
Color Harmonies of #30ABAF
Complementary color
Monochromatic Colors of #30ABAF
Black with #30ABAF
Text Example
Text Example
White with #30ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABAF; }
p { color: rgb(48,171,175); }
H1.HeaderClassName
{
color: #30ABAF;
}
.AnyTagClassName
{
color: #30ABAF;
}
</style>
background-color css
<style>
a { background-color: #30ABAF; }
a { background-color: rgb(48,171,175); }
div.DivClassName
{
background-color: #30ABAF;
}
.BgClassName
{
background-color: #30ABAF;
}
</style>
border-color css
<style>
span { border-color: #30ABAF; }
span { border-color: rgb(48,171,175); }
td.TdClassName
{
border-color: #30ABAF;
}
.TagClassName
{
border-color: #30ABAF;
}
</style>