Shades of Light Sea Green #30B8C2
Tints of Light Sea Green #30B8C2
RGB
CMYK
RGB Variations
Color information
#30B8C2 (or 0x30B8C2) is known color: Light Sea Green. HEX triplet: 30, B8 and C2. RGB value is (48,184,194). Sum of RGB (Red+Green+Blue) = 48+184+194=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #30B8C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B8C2 is #CF473D. Grayscale: #909090. Windows color (decimal): -13584190 or 12761136. OLE color: 12761136.
HSL color Cylindrical-coordinate representation of color #30B8C2: hue angle of 184.11º 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 #30B8C2 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 184 | 194 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.24 |
| HSL | 184.11º | 0.6% | 0.47% | - |
| HSV(B) | 184.11º | 0.75% | 0.76% | - |
| XYZ | 28.1 | 38.8 | 57.05 | - |
| YUV | 144.48 | 155.94 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 194 | 0.75 | 0.05 | 0 | 0.24 | 184.11 | 0.6 | 0.47 |
| Hex | 30 | B8 | C2 | 4B | 5 | 0 | 18 | B8 | 3C | 2F |
| Octal | 60 | 270 | 302 | 113 | 5 | 0 | 30 | 270 | 74 | 57 |
| Binary | 110000 | 10111000 | 11000010 | 1001011 | 101 | 0 | 11000 | 10111000 | 111100 | 101111 |
Color Harmonies of #30B8C2
Complementary color
Monochromatic Colors of #30B8C2
Black with #30B8C2
Text Example
Text Example
White with #30B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B8C2; }
p { color: rgb(48,184,194); }
H1.HeaderClassName
{
color: #30B8C2;
}
.AnyTagClassName
{
color: #30B8C2;
}
</style>
background-color css
<style>
a { background-color: #30B8C2; }
a { background-color: rgb(48,184,194); }
div.DivClassName
{
background-color: #30B8C2;
}
.BgClassName
{
background-color: #30B8C2;
}
</style>
border-color css
<style>
span { border-color: #30B8C2; }
span { border-color: rgb(48,184,194); }
td.TdClassName
{
border-color: #30B8C2;
}
.TagClassName
{
border-color: #30B8C2;
}
</style>