Shades of Light Sea Green #38AEA0
Tints of Light Sea Green #38AEA0
RGB
CMYK
RGB Variations
Color information
#38AEA0 (or 0x38AEA0) is known color: Light Sea Green. HEX triplet: 38, AE and A0. RGB value is (56,174,160). Sum of RGB (Red+Green+Blue) = 56+174+160=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #38AEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AEA0 is #C7515F. Grayscale: #898989. Windows color (decimal): -13062496 or 10530360. OLE color: 10530360.
HSL color Cylindrical-coordinate representation of color #38AEA0: hue angle of 172.88º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AEA0 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 174 | 160 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.32 |
| HSL | 172.88º | 0.51% | 0.45% | - |
| HSV(B) | 172.88º | 0.68% | 0.68% | - |
| XYZ | 23.11 | 33.65 | 38.53 | - |
| YUV | 137.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 174 | 160 | 0.68 | 0 | 0.08 | 0.32 | 172.88 | 0.51 | 0.45 |
| Hex | 38 | AE | A0 | 44 | 0 | 8 | 20 | AD | 33 | 2D |
| Octal | 70 | 256 | 240 | 104 | 0 | 10 | 40 | 255 | 63 | 55 |
| Binary | 111000 | 10101110 | 10100000 | 1000100 | 0 | 1000 | 100000 | 10101101 | 110011 | 101101 |
Color Harmonies of #38AEA0
Complementary color
Monochromatic Colors of #38AEA0
Black with #38AEA0
Text Example
Text Example
White with #38AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AEA0; }
p { color: rgb(56,174,160); }
H1.HeaderClassName
{
color: #38AEA0;
}
.AnyTagClassName
{
color: #38AEA0;
}
</style>
background-color css
<style>
a { background-color: #38AEA0; }
a { background-color: rgb(56,174,160); }
div.DivClassName
{
background-color: #38AEA0;
}
.BgClassName
{
background-color: #38AEA0;
}
</style>
border-color css
<style>
span { border-color: #38AEA0; }
span { border-color: rgb(56,174,160); }
td.TdClassName
{
border-color: #38AEA0;
}
.TagClassName
{
border-color: #38AEA0;
}
</style>