Shades of Light Sea Green #30B1A3
Tints of Light Sea Green #30B1A3
RGB
CMYK
RGB Variations
Color information
#30B1A3 (or 0x30B1A3) is known color: Light Sea Green. HEX triplet: 30, B1 and A3. RGB value is (48,177,163). Sum of RGB (Red+Green+Blue) = 48+177+163=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #30B1A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B1A3 is #CF4E5C. Grayscale: #888888. Windows color (decimal): -13586013 or 10727728. OLE color: 10727728.
HSL color Cylindrical-coordinate representation of color #30B1A3: hue angle of 173.49º 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 #30B1A3 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 163 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.31 |
| HSL | 173.49º | 0.57% | 0.44% | - |
| HSV(B) | 173.49º | 0.73% | 0.69% | - |
| XYZ | 23.55 | 34.72 | 40.11 | - |
| YUV | 136.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 163 | 0.73 | 0 | 0.08 | 0.31 | 173.49 | 0.57 | 0.44 |
| Hex | 30 | B1 | A3 | 49 | 0 | 8 | 1F | AD | 39 | 2C |
| Octal | 60 | 261 | 243 | 111 | 0 | 10 | 37 | 255 | 71 | 54 |
| Binary | 110000 | 10110001 | 10100011 | 1001001 | 0 | 1000 | 11111 | 10101101 | 111001 | 101100 |
Color Harmonies of #30B1A3
Complementary color
Monochromatic Colors of #30B1A3
Black with #30B1A3
Text Example
Text Example
White with #30B1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B1A3; }
p { color: rgb(48,177,163); }
H1.HeaderClassName
{
color: #30B1A3;
}
.AnyTagClassName
{
color: #30B1A3;
}
</style>
background-color css
<style>
a { background-color: #30B1A3; }
a { background-color: rgb(48,177,163); }
div.DivClassName
{
background-color: #30B1A3;
}
.BgClassName
{
background-color: #30B1A3;
}
</style>
border-color css
<style>
span { border-color: #30B1A3; }
span { border-color: rgb(48,177,163); }
td.TdClassName
{
border-color: #30B1A3;
}
.TagClassName
{
border-color: #30B1A3;
}
</style>