Shades of Light Sea Green #30AFBC
Tints of Light Sea Green #30AFBC
RGB
CMYK
RGB Variations
Color information
#30AFBC (or 0x30AFBC) is known color: Light Sea Green. HEX triplet: 30, AF and BC. RGB value is (48,175,188). Sum of RGB (Red+Green+Blue) = 48+175+188=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #30AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFBC is #CF5043. Grayscale: #8A8A8A. Windows color (decimal): -13586500 or 12365616. OLE color: 12365616.
HSL color Cylindrical-coordinate representation of color #30AFBC: hue angle of 185.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30AFBC is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 175 | 188 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.26 |
| HSL | 185.57º | 0.59% | 0.46% | - |
| HSV(B) | 185.57º | 0.74% | 0.74% | - |
| XYZ | 25.63 | 34.92 | 52.97 | - |
| YUV | 138.51 | 155.92 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 188 | 0.74 | 0.07 | 0 | 0.26 | 185.57 | 0.59 | 0.46 |
| Hex | 30 | AF | BC | 4A | 7 | 0 | 1A | BA | 3B | 2E |
| Octal | 60 | 257 | 274 | 112 | 7 | 0 | 32 | 272 | 73 | 56 |
| Binary | 110000 | 10101111 | 10111100 | 1001010 | 111 | 0 | 11010 | 10111010 | 111011 | 101110 |
Color Harmonies of #30AFBC
Complementary color
Monochromatic Colors of #30AFBC
Black with #30AFBC
Text Example
Text Example
White with #30AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFBC; }
p { color: rgb(48,175,188); }
H1.HeaderClassName
{
color: #30AFBC;
}
.AnyTagClassName
{
color: #30AFBC;
}
</style>
background-color css
<style>
a { background-color: #30AFBC; }
a { background-color: rgb(48,175,188); }
div.DivClassName
{
background-color: #30AFBC;
}
.BgClassName
{
background-color: #30AFBC;
}
</style>
border-color css
<style>
span { border-color: #30AFBC; }
span { border-color: rgb(48,175,188); }
td.TdClassName
{
border-color: #30AFBC;
}
.TagClassName
{
border-color: #30AFBC;
}
</style>