Shades of Light Sea Green #38ABA3
Tints of Light Sea Green #38ABA3
RGB
CMYK
RGB Variations
Color information
#38ABA3 (or 0x38ABA3) is known color: Light Sea Green. HEX triplet: 38, AB and A3. RGB value is (56,171,163). Sum of RGB (Red+Green+Blue) = 56+171+163=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #38ABA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ABA3 is #C7545C. Grayscale: #878787. Windows color (decimal): -13063261 or 10726200. OLE color: 10726200.
HSL color Cylindrical-coordinate representation of color #38ABA3: hue angle of 175.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38ABA3 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 171 | 163 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.33 |
| HSL | 175.83º | 0.51% | 0.45% | - |
| HSV(B) | 175.83º | 0.67% | 0.67% | - |
| XYZ | 22.8 | 32.61 | 39.74 | - |
| YUV | 135.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 163 | 0.67 | 0 | 0.05 | 0.33 | 175.83 | 0.51 | 0.45 |
| Hex | 38 | AB | A3 | 43 | 0 | 5 | 21 | B0 | 33 | 2D |
| Octal | 70 | 253 | 243 | 103 | 0 | 5 | 41 | 260 | 63 | 55 |
| Binary | 111000 | 10101011 | 10100011 | 1000011 | 0 | 101 | 100001 | 10110000 | 110011 | 101101 |
Color Harmonies of #38ABA3
Complementary color
Monochromatic Colors of #38ABA3
Black with #38ABA3
Text Example
Text Example
White with #38ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ABA3; }
p { color: rgb(56,171,163); }
H1.HeaderClassName
{
color: #38ABA3;
}
.AnyTagClassName
{
color: #38ABA3;
}
</style>
background-color css
<style>
a { background-color: #38ABA3; }
a { background-color: rgb(56,171,163); }
div.DivClassName
{
background-color: #38ABA3;
}
.BgClassName
{
background-color: #38ABA3;
}
</style>
border-color css
<style>
span { border-color: #38ABA3; }
span { border-color: rgb(56,171,163); }
td.TdClassName
{
border-color: #38ABA3;
}
.TagClassName
{
border-color: #38ABA3;
}
</style>