Shades of Light Sea Green #38B4A8
Tints of Light Sea Green #38B4A8
RGB
CMYK
RGB Variations
Color information
#38B4A8 (or 0x38B4A8) is known color: Light Sea Green. HEX triplet: 38, B4 and A8. RGB value is (56,180,168). Sum of RGB (Red+Green+Blue) = 56+180+168=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #38B4A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B4A8 is #C74B57. Grayscale: #8D8D8D. Windows color (decimal): -13060952 or 11056184. OLE color: 11056184.
HSL color Cylindrical-coordinate representation of color #38B4A8: hue angle of 174.19º 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 #38B4A8 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 180 | 168 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.29 |
| HSL | 174.19º | 0.53% | 0.46% | - |
| HSV(B) | 174.19º | 0.69% | 0.71% | - |
| XYZ | 25.02 | 36.31 | 42.74 | - |
| YUV | 141.56 | 142.92 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 180 | 168 | 0.69 | 0 | 0.07 | 0.29 | 174.19 | 0.53 | 0.46 |
| Hex | 38 | B4 | A8 | 45 | 0 | 7 | 1D | AE | 35 | 2E |
| Octal | 70 | 264 | 250 | 105 | 0 | 7 | 35 | 256 | 65 | 56 |
| Binary | 111000 | 10110100 | 10101000 | 1000101 | 0 | 111 | 11101 | 10101110 | 110101 | 101110 |
Color Harmonies of #38B4A8
Complementary color
Monochromatic Colors of #38B4A8
Black with #38B4A8
Text Example
Text Example
White with #38B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B4A8; }
p { color: rgb(56,180,168); }
H1.HeaderClassName
{
color: #38B4A8;
}
.AnyTagClassName
{
color: #38B4A8;
}
</style>
background-color css
<style>
a { background-color: #38B4A8; }
a { background-color: rgb(56,180,168); }
div.DivClassName
{
background-color: #38B4A8;
}
.BgClassName
{
background-color: #38B4A8;
}
</style>
border-color css
<style>
span { border-color: #38B4A8; }
span { border-color: rgb(56,180,168); }
td.TdClassName
{
border-color: #38B4A8;
}
.TagClassName
{
border-color: #38B4A8;
}
</style>