Shades of Light Sea Green #30AFB7
Tints of Light Sea Green #30AFB7
RGB
CMYK
RGB Variations
Color information
#30AFB7 (or 0x30AFB7) is known color: Light Sea Green. HEX triplet: 30, AF and B7. RGB value is (48,175,183). Sum of RGB (Red+Green+Blue) = 48+175+183=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #30AFB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFB7 is #CF5048. Grayscale: #898989. Windows color (decimal): -13586505 or 12037936. OLE color: 12037936.
HSL color Cylindrical-coordinate representation of color #30AFB7: hue angle of 183.56º degrees, saturation: 0.58, 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 #30AFB7 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 175 | 183 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.28 |
| HSL | 183.56º | 0.58% | 0.45% | - |
| HSV(B) | 183.56º | 0.74% | 0.72% | - |
| XYZ | 25.1 | 34.71 | 50.18 | - |
| YUV | 137.94 | 153.42 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 183 | 0.74 | 0.04 | 0 | 0.28 | 183.56 | 0.58 | 0.45 |
| Hex | 30 | AF | B7 | 4A | 4 | 0 | 1C | B8 | 3A | 2D |
| Octal | 60 | 257 | 267 | 112 | 4 | 0 | 34 | 270 | 72 | 55 |
| Binary | 110000 | 10101111 | 10110111 | 1001010 | 100 | 0 | 11100 | 10111000 | 111010 | 101101 |
Color Harmonies of #30AFB7
Complementary color
Monochromatic Colors of #30AFB7
Black with #30AFB7
Text Example
Text Example
White with #30AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFB7; }
p { color: rgb(48,175,183); }
H1.HeaderClassName
{
color: #30AFB7;
}
.AnyTagClassName
{
color: #30AFB7;
}
</style>
background-color css
<style>
a { background-color: #30AFB7; }
a { background-color: rgb(48,175,183); }
div.DivClassName
{
background-color: #30AFB7;
}
.BgClassName
{
background-color: #30AFB7;
}
</style>
border-color css
<style>
span { border-color: #30AFB7; }
span { border-color: rgb(48,175,183); }
td.TdClassName
{
border-color: #30AFB7;
}
.TagClassName
{
border-color: #30AFB7;
}
</style>