Shades of Light Sea Green #38BFAE
Tints of Light Sea Green #38BFAE
RGB
CMYK
RGB Variations
Color information
#38BFAE (or 0x38BFAE) is known color: Light Sea Green. HEX triplet: 38, BF and AE. RGB value is (56,191,174). Sum of RGB (Red+Green+Blue) = 56+191+174=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BFAE is #C74051. Grayscale: #949494. Windows color (decimal): -13058130 or 11452216. OLE color: 11452216.
HSL color Cylindrical-coordinate representation of color #38BFAE: hue angle of 172.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BFAE is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 191 | 174 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.25 |
| HSL | 172.44º | 0.55% | 0.48% | - |
| HSV(B) | 172.44º | 0.71% | 0.75% | - |
| XYZ | 27.9 | 41.16 | 46.52 | - |
| YUV | 148.7 | 142.27 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 174 | 0.71 | 0 | 0.09 | 0.25 | 172.44 | 0.55 | 0.48 |
| Hex | 38 | BF | AE | 47 | 0 | 9 | 19 | AC | 37 | 30 |
| Octal | 70 | 277 | 256 | 107 | 0 | 11 | 31 | 254 | 67 | 60 |
| Binary | 111000 | 10111111 | 10101110 | 1000111 | 0 | 1001 | 11001 | 10101100 | 110111 | 110000 |
Color Harmonies of #38BFAE
Complementary color
Monochromatic Colors of #38BFAE
Black with #38BFAE
Text Example
Text Example
White with #38BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFAE; }
p { color: rgb(56,191,174); }
H1.HeaderClassName
{
color: #38BFAE;
}
.AnyTagClassName
{
color: #38BFAE;
}
</style>
background-color css
<style>
a { background-color: #38BFAE; }
a { background-color: rgb(56,191,174); }
div.DivClassName
{
background-color: #38BFAE;
}
.BgClassName
{
background-color: #38BFAE;
}
</style>
border-color css
<style>
span { border-color: #38BFAE; }
span { border-color: rgb(56,191,174); }
td.TdClassName
{
border-color: #38BFAE;
}
.TagClassName
{
border-color: #38BFAE;
}
</style>