Shades of Light Sea Green #30ACB3
Tints of Light Sea Green #30ACB3
RGB
CMYK
RGB Variations
Color information
#30ACB3 (or 0x30ACB3) is known color: Light Sea Green. HEX triplet: 30, AC and B3. RGB value is (48,172,179). Sum of RGB (Red+Green+Blue) = 48+172+179=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #30ACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACB3 is #CF534C. Grayscale: #878787. Windows color (decimal): -13587277 or 11775024. OLE color: 11775024.
HSL color Cylindrical-coordinate representation of color #30ACB3: hue angle of 183.21º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30ACB3 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 172 | 179 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.30 |
| HSL | 183.21º | 0.58% | 0.45% | - |
| HSV(B) | 183.21º | 0.73% | 0.7% | - |
| XYZ | 24.11 | 33.39 | 47.82 | - |
| YUV | 135.72 | 152.42 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 172 | 179 | 0.73 | 0.04 | 0 | 0.30 | 183.21 | 0.58 | 0.45 |
| Hex | 30 | AC | B3 | 49 | 4 | 0 | 1E | B7 | 3A | 2D |
| Octal | 60 | 254 | 263 | 111 | 4 | 0 | 36 | 267 | 72 | 55 |
| Binary | 110000 | 10101100 | 10110011 | 1001001 | 100 | 0 | 11110 | 10110111 | 111010 | 101101 |
Color Harmonies of #30ACB3
Complementary color
Monochromatic Colors of #30ACB3
Black with #30ACB3
Text Example
Text Example
White with #30ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ACB3; }
p { color: rgb(48,172,179); }
H1.HeaderClassName
{
color: #30ACB3;
}
.AnyTagClassName
{
color: #30ACB3;
}
</style>
background-color css
<style>
a { background-color: #30ACB3; }
a { background-color: rgb(48,172,179); }
div.DivClassName
{
background-color: #30ACB3;
}
.BgClassName
{
background-color: #30ACB3;
}
</style>
border-color css
<style>
span { border-color: #30ACB3; }
span { border-color: rgb(48,172,179); }
td.TdClassName
{
border-color: #30ACB3;
}
.TagClassName
{
border-color: #30ACB3;
}
</style>