Shades of Light Sea Green #30AFB8
Tints of Light Sea Green #30AFB8
RGB
CMYK
RGB Variations
Color information
#30AFB8 (or 0x30AFB8) is known color: Light Sea Green. HEX triplet: 30, AF and B8. RGB value is (48,175,184). Sum of RGB (Red+Green+Blue) = 48+175+184=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #30AFB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFB8 is #CF5047. Grayscale: #898989. Windows color (decimal): -13586504 or 12103472. OLE color: 12103472.
HSL color Cylindrical-coordinate representation of color #30AFB8: hue angle of 183.97º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30AFB8 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 175 | 184 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.28 |
| HSL | 183.97º | 0.59% | 0.45% | - |
| HSV(B) | 183.97º | 0.74% | 0.72% | - |
| XYZ | 25.2 | 34.75 | 50.73 | - |
| YUV | 138.05 | 153.92 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 184 | 0.74 | 0.05 | 0 | 0.28 | 183.97 | 0.59 | 0.45 |
| Hex | 30 | AF | B8 | 4A | 5 | 0 | 1C | B8 | 3B | 2D |
| Octal | 60 | 257 | 270 | 112 | 5 | 0 | 34 | 270 | 73 | 55 |
| Binary | 110000 | 10101111 | 10111000 | 1001010 | 101 | 0 | 11100 | 10111000 | 111011 | 101101 |
Color Harmonies of #30AFB8
Complementary color
Monochromatic Colors of #30AFB8
Black with #30AFB8
Text Example
Text Example
White with #30AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFB8; }
p { color: rgb(48,175,184); }
H1.HeaderClassName
{
color: #30AFB8;
}
.AnyTagClassName
{
color: #30AFB8;
}
</style>
background-color css
<style>
a { background-color: #30AFB8; }
a { background-color: rgb(48,175,184); }
div.DivClassName
{
background-color: #30AFB8;
}
.BgClassName
{
background-color: #30AFB8;
}
</style>
border-color css
<style>
span { border-color: #30AFB8; }
span { border-color: rgb(48,175,184); }
td.TdClassName
{
border-color: #30AFB8;
}
.TagClassName
{
border-color: #30AFB8;
}
</style>