Shades of Light Sea Green #38ADA5
Tints of Light Sea Green #38ADA5
RGB
CMYK
RGB Variations
Color information
#38ADA5 (or 0x38ADA5) is known color: Light Sea Green. HEX triplet: 38, AD and A5. RGB value is (56,173,165). Sum of RGB (Red+Green+Blue) = 56+173+165=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #38ADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ADA5 is #C7525A. Grayscale: #898989. Windows color (decimal): -13062747 or 10857784. OLE color: 10857784.
HSL color Cylindrical-coordinate representation of color #38ADA5: hue angle of 175.9º 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 #38ADA5 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 165 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.32 |
| HSL | 175.9º | 0.51% | 0.45% | - |
| HSV(B) | 175.9º | 0.68% | 0.68% | - |
| XYZ | 23.37 | 33.44 | 40.82 | - |
| YUV | 137.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 165 | 0.68 | 0 | 0.05 | 0.32 | 175.9 | 0.51 | 0.45 |
| Hex | 38 | AD | A5 | 44 | 0 | 5 | 20 | B0 | 33 | 2D |
| Octal | 70 | 255 | 245 | 104 | 0 | 5 | 40 | 260 | 63 | 55 |
| Binary | 111000 | 10101101 | 10100101 | 1000100 | 0 | 101 | 100000 | 10110000 | 110011 | 101101 |
Color Harmonies of #38ADA5
Complementary color
Monochromatic Colors of #38ADA5
Black with #38ADA5
Text Example
Text Example
White with #38ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADA5; }
p { color: rgb(56,173,165); }
H1.HeaderClassName
{
color: #38ADA5;
}
.AnyTagClassName
{
color: #38ADA5;
}
</style>
background-color css
<style>
a { background-color: #38ADA5; }
a { background-color: rgb(56,173,165); }
div.DivClassName
{
background-color: #38ADA5;
}
.BgClassName
{
background-color: #38ADA5;
}
</style>
border-color css
<style>
span { border-color: #38ADA5; }
span { border-color: rgb(56,173,165); }
td.TdClassName
{
border-color: #38ADA5;
}
.TagClassName
{
border-color: #38ADA5;
}
</style>