Shades of Light Sea Green #30CAB7
Tints of Light Sea Green #30CAB7
RGB
CMYK
RGB Variations
Color information
#30CAB7 (or 0x30CAB7) is known color: Light Sea Green. HEX triplet: 30, CA and B7. RGB value is (48,202,183). Sum of RGB (Red+Green+Blue) = 48+202+183=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #30CAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CAB7 is #CF3548. Grayscale: #999999. Windows color (decimal): -13579593 or 12044848. OLE color: 12044848.
HSL color Cylindrical-coordinate representation of color #30CAB7: hue angle of 172.6º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CAB7 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 202 | 183 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.21 |
| HSL | 172.6º | 0.62% | 0.49% | - |
| HSV(B) | 172.6º | 0.76% | 0.79% | - |
| XYZ | 30.89 | 46.29 | 52.11 | - |
| YUV | 153.79 | 144.48 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 183 | 0.76 | 0 | 0.09 | 0.21 | 172.6 | 0.62 | 0.49 |
| Hex | 30 | CA | B7 | 4C | 0 | 9 | 15 | AD | 3E | 31 |
| Octal | 60 | 312 | 267 | 114 | 0 | 11 | 25 | 255 | 76 | 61 |
| Binary | 110000 | 11001010 | 10110111 | 1001100 | 0 | 1001 | 10101 | 10101101 | 111110 | 110001 |
Color Harmonies of #30CAB7
Complementary color
Monochromatic Colors of #30CAB7
Black with #30CAB7
Text Example
Text Example
White with #30CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CAB7; }
p { color: rgb(48,202,183); }
H1.HeaderClassName
{
color: #30CAB7;
}
.AnyTagClassName
{
color: #30CAB7;
}
</style>
background-color css
<style>
a { background-color: #30CAB7; }
a { background-color: rgb(48,202,183); }
div.DivClassName
{
background-color: #30CAB7;
}
.BgClassName
{
background-color: #30CAB7;
}
</style>
border-color css
<style>
span { border-color: #30CAB7; }
span { border-color: rgb(48,202,183); }
td.TdClassName
{
border-color: #30CAB7;
}
.TagClassName
{
border-color: #30CAB7;
}
</style>