Shades of Light Sea Green #30A8A1
Tints of Light Sea Green #30A8A1
RGB
CMYK
RGB Variations
Color information
#30A8A1 (or 0x30A8A1) is known color: Light Sea Green. HEX triplet: 30, A8 and A1. RGB value is (48,168,161). Sum of RGB (Red+Green+Blue) = 48+168+161=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #30A8A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A8A1 is #CF575E. Grayscale: #838383. Windows color (decimal): -13588319 or 10594352. OLE color: 10594352.
HSL color Cylindrical-coordinate representation of color #30A8A1: hue angle of 176.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A8A1 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 168 | 161 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.34 |
| HSL | 176.5º | 0.56% | 0.42% | - |
| HSV(B) | 176.5º | 0.71% | 0.66% | - |
| XYZ | 21.65 | 31.21 | 38.6 | - |
| YUV | 131.32 | 144.74 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 161 | 0.71 | 0 | 0.04 | 0.34 | 176.5 | 0.56 | 0.42 |
| Hex | 30 | A8 | A1 | 47 | 0 | 4 | 22 | B0 | 38 | 2A |
| Octal | 60 | 250 | 241 | 107 | 0 | 4 | 42 | 260 | 70 | 52 |
| Binary | 110000 | 10101000 | 10100001 | 1000111 | 0 | 100 | 100010 | 10110000 | 111000 | 101010 |
Color Harmonies of #30A8A1
Complementary color
Monochromatic Colors of #30A8A1
Black with #30A8A1
Text Example
Text Example
White with #30A8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A8A1; }
p { color: rgb(48,168,161); }
H1.HeaderClassName
{
color: #30A8A1;
}
.AnyTagClassName
{
color: #30A8A1;
}
</style>
background-color css
<style>
a { background-color: #30A8A1; }
a { background-color: rgb(48,168,161); }
div.DivClassName
{
background-color: #30A8A1;
}
.BgClassName
{
background-color: #30A8A1;
}
</style>
border-color css
<style>
span { border-color: #30A8A1; }
span { border-color: rgb(48,168,161); }
td.TdClassName
{
border-color: #30A8A1;
}
.TagClassName
{
border-color: #30A8A1;
}
</style>