Shades of Light Sea Green #30AFB2
Tints of Light Sea Green #30AFB2
RGB
CMYK
RGB Variations
Color information
#30AFB2 (or 0x30AFB2) is known color: Light Sea Green. HEX triplet: 30, AF and B2. RGB value is (48,175,178). Sum of RGB (Red+Green+Blue) = 48+175+178=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #30AFB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AFB2 is #CF504D. Grayscale: #898989. Windows color (decimal): -13586510 or 11710256. OLE color: 11710256.
HSL color Cylindrical-coordinate representation of color #30AFB2: hue angle of 181.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AFB2 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 175 | 178 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.30 |
| HSL | 181.38º | 0.58% | 0.44% | - |
| HSV(B) | 181.38º | 0.73% | 0.7% | - |
| XYZ | 24.58 | 34.5 | 47.48 | - |
| YUV | 137.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 178 | 0.73 | 0.02 | 0 | 0.30 | 181.38 | 0.58 | 0.44 |
| Hex | 30 | AF | B2 | 49 | 2 | 0 | 1E | B5 | 3A | 2C |
| Octal | 60 | 257 | 262 | 111 | 2 | 0 | 36 | 265 | 72 | 54 |
| Binary | 110000 | 10101111 | 10110010 | 1001001 | 10 | 0 | 11110 | 10110101 | 111010 | 101100 |
Color Harmonies of #30AFB2
Complementary color
Monochromatic Colors of #30AFB2
Black with #30AFB2
Text Example
Text Example
White with #30AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFB2; }
p { color: rgb(48,175,178); }
H1.HeaderClassName
{
color: #30AFB2;
}
.AnyTagClassName
{
color: #30AFB2;
}
</style>
background-color css
<style>
a { background-color: #30AFB2; }
a { background-color: rgb(48,175,178); }
div.DivClassName
{
background-color: #30AFB2;
}
.BgClassName
{
background-color: #30AFB2;
}
</style>
border-color css
<style>
span { border-color: #30AFB2; }
span { border-color: rgb(48,175,178); }
td.TdClassName
{
border-color: #30AFB2;
}
.TagClassName
{
border-color: #30AFB2;
}
</style>