Shades of Light Sea Green #38ADB4
Tints of Light Sea Green #38ADB4
RGB
CMYK
RGB Variations
Color information
#38ADB4 (or 0x38ADB4) is known color: Light Sea Green. HEX triplet: 38, AD and B4. RGB value is (56,173,180). Sum of RGB (Red+Green+Blue) = 56+173+180=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #38ADB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADB4 is #C7524B. Grayscale: #8A8A8A. Windows color (decimal): -13062732 or 11840824. OLE color: 11840824.
HSL color Cylindrical-coordinate representation of color #38ADB4: hue angle of 183.39º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38ADB4 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 173 | 180 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.29 |
| HSL | 183.39º | 0.53% | 0.46% | - |
| HSV(B) | 183.39º | 0.69% | 0.71% | - |
| XYZ | 24.81 | 34.02 | 48.44 | - |
| YUV | 138.82 | 151.24 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 180 | 0.69 | 0.04 | 0 | 0.29 | 183.39 | 0.53 | 0.46 |
| Hex | 38 | AD | B4 | 45 | 4 | 0 | 1D | B7 | 35 | 2E |
| Octal | 70 | 255 | 264 | 105 | 4 | 0 | 35 | 267 | 65 | 56 |
| Binary | 111000 | 10101101 | 10110100 | 1000101 | 100 | 0 | 11101 | 10110111 | 110101 | 101110 |
Color Harmonies of #38ADB4
Complementary color
Monochromatic Colors of #38ADB4
Black with #38ADB4
Text Example
Text Example
White with #38ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADB4; }
p { color: rgb(56,173,180); }
H1.HeaderClassName
{
color: #38ADB4;
}
.AnyTagClassName
{
color: #38ADB4;
}
</style>
background-color css
<style>
a { background-color: #38ADB4; }
a { background-color: rgb(56,173,180); }
div.DivClassName
{
background-color: #38ADB4;
}
.BgClassName
{
background-color: #38ADB4;
}
</style>
border-color css
<style>
span { border-color: #38ADB4; }
span { border-color: rgb(56,173,180); }
td.TdClassName
{
border-color: #38ADB4;
}
.TagClassName
{
border-color: #38ADB4;
}
</style>