Shades of Light Sea Green #38BDAA
Tints of Light Sea Green #38BDAA
RGB
CMYK
RGB Variations
Color information
#38BDAA (or 0x38BDAA) is known color: Light Sea Green. HEX triplet: 38, BD and AA. RGB value is (56,189,170). Sum of RGB (Red+Green+Blue) = 56+189+170=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #38BDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BDAA is #C74255. Grayscale: #939393. Windows color (decimal): -13058646 or 11189560. OLE color: 11189560.
HSL color Cylindrical-coordinate representation of color #38BDAA: hue angle of 171.43º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BDAA is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 170 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.26 |
| HSL | 171.43º | 0.54% | 0.48% | - |
| HSV(B) | 171.43º | 0.7% | 0.74% | - |
| XYZ | 27.08 | 40.14 | 44.35 | - |
| YUV | 147.07 | 140.94 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 170 | 0.70 | 0 | 0.10 | 0.26 | 171.43 | 0.54 | 0.48 |
| Hex | 38 | BD | AA | 46 | 0 | A | 1A | AB | 36 | 30 |
| Octal | 70 | 275 | 252 | 106 | 0 | 12 | 32 | 253 | 66 | 60 |
| Binary | 111000 | 10111101 | 10101010 | 1000110 | 0 | 1010 | 11010 | 10101011 | 110110 | 110000 |
Color Harmonies of #38BDAA
Complementary color
Monochromatic Colors of #38BDAA
Black with #38BDAA
Text Example
Text Example
White with #38BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BDAA; }
p { color: rgb(56,189,170); }
H1.HeaderClassName
{
color: #38BDAA;
}
.AnyTagClassName
{
color: #38BDAA;
}
</style>
background-color css
<style>
a { background-color: #38BDAA; }
a { background-color: rgb(56,189,170); }
div.DivClassName
{
background-color: #38BDAA;
}
.BgClassName
{
background-color: #38BDAA;
}
</style>
border-color css
<style>
span { border-color: #38BDAA; }
span { border-color: rgb(56,189,170); }
td.TdClassName
{
border-color: #38BDAA;
}
.TagClassName
{
border-color: #38BDAA;
}
</style>