Shades of Light Sea Green #38ADAB
Tints of Light Sea Green #38ADAB
RGB
CMYK
RGB Variations
Color information
#38ADAB (or 0x38ADAB) is known color: Light Sea Green. HEX triplet: 38, AD and AB. RGB value is (56,173,171). Sum of RGB (Red+Green+Blue) = 56+173+171=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #38ADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ADAB is #C75254. Grayscale: #898989. Windows color (decimal): -13062741 or 11251000. OLE color: 11251000.
HSL color Cylindrical-coordinate representation of color #38ADAB: hue angle of 178.97º 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 #38ADAB is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 171 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.32 |
| HSL | 178.97º | 0.51% | 0.45% | - |
| HSV(B) | 178.97º | 0.68% | 0.68% | - |
| XYZ | 23.93 | 33.67 | 43.77 | - |
| YUV | 137.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 171 | 0.68 | 0 | 0.01 | 0.32 | 178.97 | 0.51 | 0.45 |
| Hex | 38 | AD | AB | 44 | 0 | 1 | 20 | B3 | 33 | 2D |
| Octal | 70 | 255 | 253 | 104 | 0 | 1 | 40 | 263 | 63 | 55 |
| Binary | 111000 | 10101101 | 10101011 | 1000100 | 0 | 1 | 100000 | 10110011 | 110011 | 101101 |
Color Harmonies of #38ADAB
Complementary color
Monochromatic Colors of #38ADAB
Black with #38ADAB
Text Example
Text Example
White with #38ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADAB; }
p { color: rgb(56,173,171); }
H1.HeaderClassName
{
color: #38ADAB;
}
.AnyTagClassName
{
color: #38ADAB;
}
</style>
background-color css
<style>
a { background-color: #38ADAB; }
a { background-color: rgb(56,173,171); }
div.DivClassName
{
background-color: #38ADAB;
}
.BgClassName
{
background-color: #38ADAB;
}
</style>
border-color css
<style>
span { border-color: #38ADAB; }
span { border-color: rgb(56,173,171); }
td.TdClassName
{
border-color: #38ADAB;
}
.TagClassName
{
border-color: #38ADAB;
}
</style>