Shades of Light Sea Green #30B9C2
Tints of Light Sea Green #30B9C2
RGB
CMYK
RGB Variations
Color information
#30B9C2 (or 0x30B9C2) is known color: Light Sea Green. HEX triplet: 30, B9 and C2. RGB value is (48,185,194). Sum of RGB (Red+Green+Blue) = 48+185+194=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #30B9C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B9C2 is #CF463D. Grayscale: #909090. Windows color (decimal): -13583934 or 12761392. OLE color: 12761392.
HSL color Cylindrical-coordinate representation of color #30B9C2: hue angle of 183.7º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30B9C2 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 185 | 194 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.24 |
| HSL | 183.7º | 0.6% | 0.47% | - |
| HSV(B) | 183.7º | 0.75% | 0.76% | - |
| XYZ | 28.31 | 39.22 | 57.12 | - |
| YUV | 145.06 | 155.61 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 194 | 0.75 | 0.05 | 0 | 0.24 | 183.7 | 0.6 | 0.47 |
| Hex | 30 | B9 | C2 | 4B | 5 | 0 | 18 | B8 | 3C | 2F |
| Octal | 60 | 271 | 302 | 113 | 5 | 0 | 30 | 270 | 74 | 57 |
| Binary | 110000 | 10111001 | 11000010 | 1001011 | 101 | 0 | 11000 | 10111000 | 111100 | 101111 |
Color Harmonies of #30B9C2
Complementary color
Monochromatic Colors of #30B9C2
Black with #30B9C2
Text Example
Text Example
White with #30B9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B9C2; }
p { color: rgb(48,185,194); }
H1.HeaderClassName
{
color: #30B9C2;
}
.AnyTagClassName
{
color: #30B9C2;
}
</style>
background-color css
<style>
a { background-color: #30B9C2; }
a { background-color: rgb(48,185,194); }
div.DivClassName
{
background-color: #30B9C2;
}
.BgClassName
{
background-color: #30B9C2;
}
</style>
border-color css
<style>
span { border-color: #30B9C2; }
span { border-color: rgb(48,185,194); }
td.TdClassName
{
border-color: #30B9C2;
}
.TagClassName
{
border-color: #30B9C2;
}
</style>