Shades of Light Sea Green #30B2BF
Tints of Light Sea Green #30B2BF
RGB
CMYK
RGB Variations
Color information
#30B2BF (or 0x30B2BF) is known color: Light Sea Green. HEX triplet: 30, B2 and BF. RGB value is (48,178,191). Sum of RGB (Red+Green+Blue) = 48+178+191=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #30B2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B2BF is #CF4D40. Grayscale: #8C8C8C. Windows color (decimal): -13585729 or 12562992. OLE color: 12562992.
HSL color Cylindrical-coordinate representation of color #30B2BF: hue angle of 185.45º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30B2BF is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 178 | 191 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.25 |
| HSL | 185.45º | 0.6% | 0.47% | - |
| HSV(B) | 185.45º | 0.75% | 0.75% | - |
| XYZ | 26.54 | 36.23 | 54.88 | - |
| YUV | 140.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 191 | 0.75 | 0.07 | 0 | 0.25 | 185.45 | 0.6 | 0.47 |
| Hex | 30 | B2 | BF | 4B | 7 | 0 | 19 | B9 | 3C | 2F |
| Octal | 60 | 262 | 277 | 113 | 7 | 0 | 31 | 271 | 74 | 57 |
| Binary | 110000 | 10110010 | 10111111 | 1001011 | 111 | 0 | 11001 | 10111001 | 111100 | 101111 |
Color Harmonies of #30B2BF
Complementary color
Monochromatic Colors of #30B2BF
Black with #30B2BF
Text Example
Text Example
White with #30B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B2BF; }
p { color: rgb(48,178,191); }
H1.HeaderClassName
{
color: #30B2BF;
}
.AnyTagClassName
{
color: #30B2BF;
}
</style>
background-color css
<style>
a { background-color: #30B2BF; }
a { background-color: rgb(48,178,191); }
div.DivClassName
{
background-color: #30B2BF;
}
.BgClassName
{
background-color: #30B2BF;
}
</style>
border-color css
<style>
span { border-color: #30B2BF; }
span { border-color: rgb(48,178,191); }
td.TdClassName
{
border-color: #30B2BF;
}
.TagClassName
{
border-color: #30B2BF;
}
</style>