Shades of Light Sea Green #38A8A9
Tints of Light Sea Green #38A8A9
RGB
CMYK
RGB Variations
Color information
#38A8A9 (or 0x38A8A9) is known color: Light Sea Green. HEX triplet: 38, A8 and A9. RGB value is (56,168,169). Sum of RGB (Red+Green+Blue) = 56+168+169=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 169 - color contains mainly: blue. Hex color #38A8A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A8A9 is #C75756. Grayscale: #868686. Windows color (decimal): -13064023 or 11118648. OLE color: 11118648.
HSL color Cylindrical-coordinate representation of color #38A8A9: hue angle of 180.53º 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 #38A8A9 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 168 | 169 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.34 |
| HSL | 180.53º | 0.5% | 0.44% | - |
| HSV(B) | 180.53º | 0.67% | 0.66% | - |
| XYZ | 22.79 | 31.71 | 42.46 | - |
| YUV | 134.63 | 147.39 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 169 | 0.67 | 0.01 | 0 | 0.34 | 180.53 | 0.5 | 0.44 |
| Hex | 38 | A8 | A9 | 43 | 1 | 0 | 22 | B5 | 32 | 2C |
| Octal | 70 | 250 | 251 | 103 | 1 | 0 | 42 | 265 | 62 | 54 |
| Binary | 111000 | 10101000 | 10101001 | 1000011 | 1 | 0 | 100010 | 10110101 | 110010 | 101100 |
Color Harmonies of #38A8A9
Complementary color
Monochromatic Colors of #38A8A9
Black with #38A8A9
Text Example
Text Example
White with #38A8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A8A9; }
p { color: rgb(56,168,169); }
H1.HeaderClassName
{
color: #38A8A9;
}
.AnyTagClassName
{
color: #38A8A9;
}
</style>
background-color css
<style>
a { background-color: #38A8A9; }
a { background-color: rgb(56,168,169); }
div.DivClassName
{
background-color: #38A8A9;
}
.BgClassName
{
background-color: #38A8A9;
}
</style>
border-color css
<style>
span { border-color: #38A8A9; }
span { border-color: rgb(56,168,169); }
td.TdClassName
{
border-color: #38A8A9;
}
.TagClassName
{
border-color: #38A8A9;
}
</style>