Shades of Light Sea Green #38A8AA
Tints of Light Sea Green #38A8AA
RGB
CMYK
RGB Variations
Color information
#38A8AA (or 0x38A8AA) is known color: Light Sea Green. HEX triplet: 38, A8 and AA. RGB value is (56,168,170). Sum of RGB (Red+Green+Blue) = 56+168+170=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #38A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A8AA is #C75755. Grayscale: #868686. Windows color (decimal): -13064022 or 11184184. OLE color: 11184184.
HSL color Cylindrical-coordinate representation of color #38A8AA: hue angle of 181.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A8AA is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 168 | 170 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.33 |
| HSL | 181.05º | 0.5% | 0.44% | - |
| HSV(B) | 181.05º | 0.67% | 0.67% | - |
| XYZ | 22.89 | 31.75 | 42.95 | - |
| YUV | 134.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 170 | 0.67 | 0.01 | 0 | 0.33 | 181.05 | 0.5 | 0.44 |
| Hex | 38 | A8 | AA | 43 | 1 | 0 | 21 | B5 | 32 | 2C |
| Octal | 70 | 250 | 252 | 103 | 1 | 0 | 41 | 265 | 62 | 54 |
| Binary | 111000 | 10101000 | 10101010 | 1000011 | 1 | 0 | 100001 | 10110101 | 110010 | 101100 |
Color Harmonies of #38A8AA
Complementary color
Monochromatic Colors of #38A8AA
Black with #38A8AA
Text Example
Text Example
White with #38A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A8AA; }
p { color: rgb(56,168,170); }
H1.HeaderClassName
{
color: #38A8AA;
}
.AnyTagClassName
{
color: #38A8AA;
}
</style>
background-color css
<style>
a { background-color: #38A8AA; }
a { background-color: rgb(56,168,170); }
div.DivClassName
{
background-color: #38A8AA;
}
.BgClassName
{
background-color: #38A8AA;
}
</style>
border-color css
<style>
span { border-color: #38A8AA; }
span { border-color: rgb(56,168,170); }
td.TdClassName
{
border-color: #38A8AA;
}
.TagClassName
{
border-color: #38A8AA;
}
</style>