Shades of Light Sea Green #30AAA5
Tints of Light Sea Green #30AAA5
RGB
CMYK
RGB Variations
Color information
#30AAA5 (or 0x30AAA5) is known color: Light Sea Green. HEX triplet: 30, AA and A5. RGB value is (48,170,165). Sum of RGB (Red+Green+Blue) = 48+170+165=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #30AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AAA5 is #CF555A. Grayscale: #848484. Windows color (decimal): -13587803 or 10857008. OLE color: 10857008.
HSL color Cylindrical-coordinate representation of color #30AAA5: hue angle of 177.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AAA5 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 170 | 165 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.33 |
| HSL | 177.54º | 0.56% | 0.43% | - |
| HSV(B) | 177.54º | 0.72% | 0.67% | - |
| XYZ | 22.39 | 32.09 | 40.61 | - |
| YUV | 132.95 | 146.08 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 165 | 0.72 | 0 | 0.03 | 0.33 | 177.54 | 0.56 | 0.43 |
| Hex | 30 | AA | A5 | 48 | 0 | 3 | 21 | B2 | 38 | 2B |
| Octal | 60 | 252 | 245 | 110 | 0 | 3 | 41 | 262 | 70 | 53 |
| Binary | 110000 | 10101010 | 10100101 | 1001000 | 0 | 11 | 100001 | 10110010 | 111000 | 101011 |
Color Harmonies of #30AAA5
Complementary color
Monochromatic Colors of #30AAA5
Black with #30AAA5
Text Example
Text Example
White with #30AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AAA5; }
p { color: rgb(48,170,165); }
H1.HeaderClassName
{
color: #30AAA5;
}
.AnyTagClassName
{
color: #30AAA5;
}
</style>
background-color css
<style>
a { background-color: #30AAA5; }
a { background-color: rgb(48,170,165); }
div.DivClassName
{
background-color: #30AAA5;
}
.BgClassName
{
background-color: #30AAA5;
}
</style>
border-color css
<style>
span { border-color: #30AAA5; }
span { border-color: rgb(48,170,165); }
td.TdClassName
{
border-color: #30AAA5;
}
.TagClassName
{
border-color: #30AAA5;
}
</style>