Shades of Light Sea Green #30B7B3
Tints of Light Sea Green #30B7B3
RGB
CMYK
RGB Variations
Color information
#30B7B3 (or 0x30B7B3) is known color: Light Sea Green. HEX triplet: 30, B7 and B3. RGB value is (48,183,179). Sum of RGB (Red+Green+Blue) = 48+183+179=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #30B7B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B7B3 is #CF484C. Grayscale: #8E8E8E. Windows color (decimal): -13584461 or 11777840. OLE color: 11777840.
HSL color Cylindrical-coordinate representation of color #30B7B3: hue angle of 178.22º degrees, saturation: 0.58, 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 #30B7B3 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 179 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.28 |
| HSL | 178.22º | 0.58% | 0.45% | - |
| HSV(B) | 178.22º | 0.74% | 0.72% | - |
| XYZ | 26.29 | 37.75 | 48.55 | - |
| YUV | 142.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 179 | 0.74 | 0 | 0.02 | 0.28 | 178.22 | 0.58 | 0.45 |
| Hex | 30 | B7 | B3 | 4A | 0 | 2 | 1C | B2 | 3A | 2D |
| Octal | 60 | 267 | 263 | 112 | 0 | 2 | 34 | 262 | 72 | 55 |
| Binary | 110000 | 10110111 | 10110011 | 1001010 | 0 | 10 | 11100 | 10110010 | 111010 | 101101 |
Color Harmonies of #30B7B3
Complementary color
Monochromatic Colors of #30B7B3
Black with #30B7B3
Text Example
Text Example
White with #30B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B7B3; }
p { color: rgb(48,183,179); }
H1.HeaderClassName
{
color: #30B7B3;
}
.AnyTagClassName
{
color: #30B7B3;
}
</style>
background-color css
<style>
a { background-color: #30B7B3; }
a { background-color: rgb(48,183,179); }
div.DivClassName
{
background-color: #30B7B3;
}
.BgClassName
{
background-color: #30B7B3;
}
</style>
border-color css
<style>
span { border-color: #30B7B3; }
span { border-color: rgb(48,183,179); }
td.TdClassName
{
border-color: #30B7B3;
}
.TagClassName
{
border-color: #30B7B3;
}
</style>