Shades of Light Sea Green #38ABAA
Tints of Light Sea Green #38ABAA
RGB
CMYK
RGB Variations
Color information
#38ABAA (or 0x38ABAA) is known color: Light Sea Green. HEX triplet: 38, AB and AA. RGB value is (56,171,170). Sum of RGB (Red+Green+Blue) = 56+171+170=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #38ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ABAA is #C75455. Grayscale: #888888. Windows color (decimal): -13063254 or 11184952. OLE color: 11184952.
HSL color Cylindrical-coordinate representation of color #38ABAA: hue angle of 179.48º 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 #38ABAA is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 171 | 170 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.33 |
| HSL | 179.48º | 0.51% | 0.45% | - |
| HSV(B) | 179.48º | 0.67% | 0.67% | - |
| XYZ | 23.45 | 32.87 | 43.14 | - |
| YUV | 136.5 | 146.9 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 170 | 0.67 | 0 | 0.01 | 0.33 | 179.48 | 0.51 | 0.45 |
| Hex | 38 | AB | AA | 43 | 0 | 1 | 21 | B3 | 33 | 2D |
| Octal | 70 | 253 | 252 | 103 | 0 | 1 | 41 | 263 | 63 | 55 |
| Binary | 111000 | 10101011 | 10101010 | 1000011 | 0 | 1 | 100001 | 10110011 | 110011 | 101101 |
Color Harmonies of #38ABAA
Complementary color
Monochromatic Colors of #38ABAA
Black with #38ABAA
Text Example
Text Example
White with #38ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ABAA; }
p { color: rgb(56,171,170); }
H1.HeaderClassName
{
color: #38ABAA;
}
.AnyTagClassName
{
color: #38ABAA;
}
</style>
background-color css
<style>
a { background-color: #38ABAA; }
a { background-color: rgb(56,171,170); }
div.DivClassName
{
background-color: #38ABAA;
}
.BgClassName
{
background-color: #38ABAA;
}
</style>
border-color css
<style>
span { border-color: #38ABAA; }
span { border-color: rgb(56,171,170); }
td.TdClassName
{
border-color: #38ABAA;
}
.TagClassName
{
border-color: #38ABAA;
}
</style>