Shades of Light Sea Green #30AFBB
Tints of Light Sea Green #30AFBB
RGB
CMYK
RGB Variations
Color information
#30AFBB (or 0x30AFBB) is known color: Light Sea Green. HEX triplet: 30, AF and BB. RGB value is (48,175,187). Sum of RGB (Red+Green+Blue) = 48+175+187=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #30AFBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFBB is #CF5044. Grayscale: #8A8A8A. Windows color (decimal): -13586501 or 12300080. OLE color: 12300080.
HSL color Cylindrical-coordinate representation of color #30AFBB: hue angle of 185.18º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30AFBB is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 175 | 187 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.27 |
| HSL | 185.18º | 0.59% | 0.46% | - |
| HSV(B) | 185.18º | 0.74% | 0.73% | - |
| XYZ | 25.52 | 34.88 | 52.4 | - |
| YUV | 138.4 | 155.42 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 187 | 0.74 | 0.06 | 0 | 0.27 | 185.18 | 0.59 | 0.46 |
| Hex | 30 | AF | BB | 4A | 6 | 0 | 1B | B9 | 3B | 2E |
| Octal | 60 | 257 | 273 | 112 | 6 | 0 | 33 | 271 | 73 | 56 |
| Binary | 110000 | 10101111 | 10111011 | 1001010 | 110 | 0 | 11011 | 10111001 | 111011 | 101110 |
Color Harmonies of #30AFBB
Complementary color
Monochromatic Colors of #30AFBB
Black with #30AFBB
Text Example
Text Example
White with #30AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFBB; }
p { color: rgb(48,175,187); }
H1.HeaderClassName
{
color: #30AFBB;
}
.AnyTagClassName
{
color: #30AFBB;
}
</style>
background-color css
<style>
a { background-color: #30AFBB; }
a { background-color: rgb(48,175,187); }
div.DivClassName
{
background-color: #30AFBB;
}
.BgClassName
{
background-color: #30AFBB;
}
</style>
border-color css
<style>
span { border-color: #30AFBB; }
span { border-color: rgb(48,175,187); }
td.TdClassName
{
border-color: #30AFBB;
}
.TagClassName
{
border-color: #30AFBB;
}
</style>