Shades of Light Sea Green #30BFC0
Tints of Light Sea Green #30BFC0
RGB
CMYK
RGB Variations
Color information
#30BFC0 (or 0x30BFC0) is known color: Light Sea Green. HEX triplet: 30, BF and C0. RGB value is (48,191,192). Sum of RGB (Red+Green+Blue) = 48+191+192=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #30BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFC0 is #CF403F. Grayscale: #949494. Windows color (decimal): -13582400 or 12631856. OLE color: 12631856.
HSL color Cylindrical-coordinate representation of color #30BFC0: hue angle of 180.42º 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 #30BFC0 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 191 | 192 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.25 |
| HSL | 180.42º | 0.6% | 0.47% | - |
| HSV(B) | 180.42º | 0.75% | 0.75% | - |
| XYZ | 29.36 | 41.7 | 56.37 | - |
| YUV | 148.36 | 152.62 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 192 | 0.75 | 0.01 | 0 | 0.25 | 180.42 | 0.6 | 0.47 |
| Hex | 30 | BF | C0 | 4B | 1 | 0 | 19 | B4 | 3C | 2F |
| Octal | 60 | 277 | 300 | 113 | 1 | 0 | 31 | 264 | 74 | 57 |
| Binary | 110000 | 10111111 | 11000000 | 1001011 | 1 | 0 | 11001 | 10110100 | 111100 | 101111 |
Color Harmonies of #30BFC0
Complementary color
Monochromatic Colors of #30BFC0
Black with #30BFC0
Text Example
Text Example
White with #30BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BFC0; }
p { color: rgb(48,191,192); }
H1.HeaderClassName
{
color: #30BFC0;
}
.AnyTagClassName
{
color: #30BFC0;
}
</style>
background-color css
<style>
a { background-color: #30BFC0; }
a { background-color: rgb(48,191,192); }
div.DivClassName
{
background-color: #30BFC0;
}
.BgClassName
{
background-color: #30BFC0;
}
</style>
border-color css
<style>
span { border-color: #30BFC0; }
span { border-color: rgb(48,191,192); }
td.TdClassName
{
border-color: #30BFC0;
}
.TagClassName
{
border-color: #30BFC0;
}
</style>