Shades of Light Sea Green #30ABA1
Tints of Light Sea Green #30ABA1
RGB
CMYK
RGB Variations
Color information
#30ABA1 (or 0x30ABA1) is known color: Light Sea Green. HEX triplet: 30, AB and A1. RGB value is (48,171,161). Sum of RGB (Red+Green+Blue) = 48+171+161=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 161 (63.28% from 255 or 42.37% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #30ABA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ABA1 is #CF545E. Grayscale: #858585. Windows color (decimal): -13587551 or 10595120. OLE color: 10595120.
HSL color Cylindrical-coordinate representation of color #30ABA1: hue angle of 175.12º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30ABA1 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 161 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.33 |
| HSL | 175.12º | 0.56% | 0.43% | - |
| HSV(B) | 175.12º | 0.72% | 0.67% | - |
| XYZ | 22.21 | 32.33 | 38.79 | - |
| YUV | 133.08 | 143.75 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 161 | 0.72 | 0 | 0.06 | 0.33 | 175.12 | 0.56 | 0.43 |
| Hex | 30 | AB | A1 | 48 | 0 | 6 | 21 | AF | 38 | 2B |
| Octal | 60 | 253 | 241 | 110 | 0 | 6 | 41 | 257 | 70 | 53 |
| Binary | 110000 | 10101011 | 10100001 | 1001000 | 0 | 110 | 100001 | 10101111 | 111000 | 101011 |
Color Harmonies of #30ABA1
Complementary color
Monochromatic Colors of #30ABA1
Black with #30ABA1
Text Example
Text Example
White with #30ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABA1; }
p { color: rgb(48,171,161); }
H1.HeaderClassName
{
color: #30ABA1;
}
.AnyTagClassName
{
color: #30ABA1;
}
</style>
background-color css
<style>
a { background-color: #30ABA1; }
a { background-color: rgb(48,171,161); }
div.DivClassName
{
background-color: #30ABA1;
}
.BgClassName
{
background-color: #30ABA1;
}
</style>
border-color css
<style>
span { border-color: #30ABA1; }
span { border-color: rgb(48,171,161); }
td.TdClassName
{
border-color: #30ABA1;
}
.TagClassName
{
border-color: #30ABA1;
}
</style>