Shades of Light Sea Green #38A9A4
Tints of Light Sea Green #38A9A4
RGB
CMYK
RGB Variations
Color information
#38A9A4 (or 0x38A9A4) is known color: Light Sea Green. HEX triplet: 38, A9 and A4. RGB value is (56,169,164). Sum of RGB (Red+Green+Blue) = 56+169+164=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #38A9A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A9A4 is #C7565B. Grayscale: #868686. Windows color (decimal): -13063772 or 10791224. OLE color: 10791224.
HSL color Cylindrical-coordinate representation of color #38A9A4: hue angle of 177.35º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A9A4 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 169 | 164 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.34 |
| HSL | 177.35º | 0.5% | 0.44% | - |
| HSV(B) | 177.35º | 0.67% | 0.66% | - |
| XYZ | 22.52 | 31.9 | 40.09 | - |
| YUV | 134.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 169 | 164 | 0.67 | 0 | 0.03 | 0.34 | 177.35 | 0.5 | 0.44 |
| Hex | 38 | A9 | A4 | 43 | 0 | 3 | 22 | B1 | 32 | 2C |
| Octal | 70 | 251 | 244 | 103 | 0 | 3 | 42 | 261 | 62 | 54 |
| Binary | 111000 | 10101001 | 10100100 | 1000011 | 0 | 11 | 100010 | 10110001 | 110010 | 101100 |
Color Harmonies of #38A9A4
Complementary color
Monochromatic Colors of #38A9A4
Black with #38A9A4
Text Example
Text Example
White with #38A9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A9A4; }
p { color: rgb(56,169,164); }
H1.HeaderClassName
{
color: #38A9A4;
}
.AnyTagClassName
{
color: #38A9A4;
}
</style>
background-color css
<style>
a { background-color: #38A9A4; }
a { background-color: rgb(56,169,164); }
div.DivClassName
{
background-color: #38A9A4;
}
.BgClassName
{
background-color: #38A9A4;
}
</style>
border-color css
<style>
span { border-color: #38A9A4; }
span { border-color: rgb(56,169,164); }
td.TdClassName
{
border-color: #38A9A4;
}
.TagClassName
{
border-color: #38A9A4;
}
</style>