Shades of Light Sea Green #38AAA3
Tints of Light Sea Green #38AAA3
RGB
CMYK
RGB Variations
Color information
#38AAA3 (or 0x38AAA3) is known color: Light Sea Green. HEX triplet: 38, AA and A3. RGB value is (56,170,163). Sum of RGB (Red+Green+Blue) = 56+170+163=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #38AAA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AAA3 is #C7555C. Grayscale: #878787. Windows color (decimal): -13063517 or 10725944. OLE color: 10725944.
HSL color Cylindrical-coordinate representation of color #38AAA3: hue angle of 176.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AAA3 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 163 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.33 |
| HSL | 176.32º | 0.5% | 0.44% | - |
| HSV(B) | 176.32º | 0.67% | 0.67% | - |
| XYZ | 22.62 | 32.23 | 39.68 | - |
| YUV | 135.12 | 143.73 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 163 | 0.67 | 0 | 0.04 | 0.33 | 176.32 | 0.5 | 0.44 |
| Hex | 38 | AA | A3 | 43 | 0 | 4 | 21 | B0 | 32 | 2C |
| Octal | 70 | 252 | 243 | 103 | 0 | 4 | 41 | 260 | 62 | 54 |
| Binary | 111000 | 10101010 | 10100011 | 1000011 | 0 | 100 | 100001 | 10110000 | 110010 | 101100 |
Color Harmonies of #38AAA3
Complementary color
Monochromatic Colors of #38AAA3
Black with #38AAA3
Text Example
Text Example
White with #38AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AAA3; }
p { color: rgb(56,170,163); }
H1.HeaderClassName
{
color: #38AAA3;
}
.AnyTagClassName
{
color: #38AAA3;
}
</style>
background-color css
<style>
a { background-color: #38AAA3; }
a { background-color: rgb(56,170,163); }
div.DivClassName
{
background-color: #38AAA3;
}
.BgClassName
{
background-color: #38AAA3;
}
</style>
border-color css
<style>
span { border-color: #38AAA3; }
span { border-color: rgb(56,170,163); }
td.TdClassName
{
border-color: #38AAA3;
}
.TagClassName
{
border-color: #38AAA3;
}
</style>