Shades of Light Sea Green #30B5B8
Tints of Light Sea Green #30B5B8
RGB
CMYK
RGB Variations
Color information
#30B5B8 (or 0x30B5B8) is known color: Light Sea Green. HEX triplet: 30, B5 and B8. RGB value is (48,181,184). Sum of RGB (Red+Green+Blue) = 48+181+184=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 184 - color contains mainly: blue. Hex color #30B5B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B5B8 is #CF4A47. Grayscale: #8D8D8D. Windows color (decimal): -13584968 or 12105008. OLE color: 12105008.
HSL color Cylindrical-coordinate representation of color #30B5B8: hue angle of 181.32º 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 #30B5B8 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 181 | 184 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.28 |
| HSL | 181.32º | 0.59% | 0.45% | - |
| HSV(B) | 181.32º | 0.74% | 0.72% | - |
| XYZ | 26.39 | 37.14 | 51.12 | - |
| YUV | 141.58 | 151.94 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 184 | 0.74 | 0.02 | 0 | 0.28 | 181.32 | 0.59 | 0.45 |
| Hex | 30 | B5 | B8 | 4A | 2 | 0 | 1C | B5 | 3B | 2D |
| Octal | 60 | 265 | 270 | 112 | 2 | 0 | 34 | 265 | 73 | 55 |
| Binary | 110000 | 10110101 | 10111000 | 1001010 | 10 | 0 | 11100 | 10110101 | 111011 | 101101 |
Color Harmonies of #30B5B8
Complementary color
Monochromatic Colors of #30B5B8
Black with #30B5B8
Text Example
Text Example
White with #30B5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B5B8; }
p { color: rgb(48,181,184); }
H1.HeaderClassName
{
color: #30B5B8;
}
.AnyTagClassName
{
color: #30B5B8;
}
</style>
background-color css
<style>
a { background-color: #30B5B8; }
a { background-color: rgb(48,181,184); }
div.DivClassName
{
background-color: #30B5B8;
}
.BgClassName
{
background-color: #30B5B8;
}
</style>
border-color css
<style>
span { border-color: #30B5B8; }
span { border-color: rgb(48,181,184); }
td.TdClassName
{
border-color: #30B5B8;
}
.TagClassName
{
border-color: #30B5B8;
}
</style>