Shades of Light Sea Green #38AFAC
Tints of Light Sea Green #38AFAC
RGB
CMYK
RGB Variations
Color information
#38AFAC (or 0x38AFAC) is known color: Light Sea Green. HEX triplet: 38, AF and AC. RGB value is (56,175,172). Sum of RGB (Red+Green+Blue) = 56+175+172=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #38AFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AFAC is #C75053. Grayscale: #8A8A8A. Windows color (decimal): -13062228 or 11317048. OLE color: 11317048.
HSL color Cylindrical-coordinate representation of color #38AFAC: hue angle of 178.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AFAC is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 175 | 172 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.31 |
| HSL | 178.49º | 0.52% | 0.45% | - |
| HSV(B) | 178.49º | 0.68% | 0.69% | - |
| XYZ | 24.41 | 34.48 | 44.4 | - |
| YUV | 139.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 172 | 0.68 | 0 | 0.02 | 0.31 | 178.49 | 0.52 | 0.45 |
| Hex | 38 | AF | AC | 44 | 0 | 2 | 1F | B2 | 34 | 2D |
| Octal | 70 | 257 | 254 | 104 | 0 | 2 | 37 | 262 | 64 | 55 |
| Binary | 111000 | 10101111 | 10101100 | 1000100 | 0 | 10 | 11111 | 10110010 | 110100 | 101101 |
Color Harmonies of #38AFAC
Complementary color
Monochromatic Colors of #38AFAC
Black with #38AFAC
Text Example
Text Example
White with #38AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AFAC; }
p { color: rgb(56,175,172); }
H1.HeaderClassName
{
color: #38AFAC;
}
.AnyTagClassName
{
color: #38AFAC;
}
</style>
background-color css
<style>
a { background-color: #38AFAC; }
a { background-color: rgb(56,175,172); }
div.DivClassName
{
background-color: #38AFAC;
}
.BgClassName
{
background-color: #38AFAC;
}
</style>
border-color css
<style>
span { border-color: #38AFAC; }
span { border-color: rgb(56,175,172); }
td.TdClassName
{
border-color: #38AFAC;
}
.TagClassName
{
border-color: #38AFAC;
}
</style>