Shades of Light Sea Green #30B8AF
Tints of Light Sea Green #30B8AF
RGB
CMYK
RGB Variations
Color information
#30B8AF (or 0x30B8AF) is known color: Light Sea Green. HEX triplet: 30, B8 and AF. RGB value is (48,184,175). Sum of RGB (Red+Green+Blue) = 48+184+175=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #30B8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B8AF is #CF4750. Grayscale: #8E8E8E. Windows color (decimal): -13584209 or 11515952. OLE color: 11515952.
HSL color Cylindrical-coordinate representation of color #30B8AF: hue angle of 176.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B8AF is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 184 | 175 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.28 |
| HSL | 176.03º | 0.59% | 0.45% | - |
| HSV(B) | 176.03º | 0.74% | 0.72% | - |
| XYZ | 26.1 | 38 | 46.52 | - |
| YUV | 142.31 | 146.44 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 175 | 0.74 | 0 | 0.05 | 0.28 | 176.03 | 0.59 | 0.45 |
| Hex | 30 | B8 | AF | 4A | 0 | 5 | 1C | B0 | 3B | 2D |
| Octal | 60 | 270 | 257 | 112 | 0 | 5 | 34 | 260 | 73 | 55 |
| Binary | 110000 | 10111000 | 10101111 | 1001010 | 0 | 101 | 11100 | 10110000 | 111011 | 101101 |
Color Harmonies of #30B8AF
Complementary color
Monochromatic Colors of #30B8AF
Black with #30B8AF
Text Example
Text Example
White with #30B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B8AF; }
p { color: rgb(48,184,175); }
H1.HeaderClassName
{
color: #30B8AF;
}
.AnyTagClassName
{
color: #30B8AF;
}
</style>
background-color css
<style>
a { background-color: #30B8AF; }
a { background-color: rgb(48,184,175); }
div.DivClassName
{
background-color: #30B8AF;
}
.BgClassName
{
background-color: #30B8AF;
}
</style>
border-color css
<style>
span { border-color: #30B8AF; }
span { border-color: rgb(48,184,175); }
td.TdClassName
{
border-color: #30B8AF;
}
.TagClassName
{
border-color: #30B8AF;
}
</style>