Shades of Light Sea Green #34A8AA
Tints of Light Sea Green #34A8AA
RGB
CMYK
RGB Variations
Color information
#34A8AA (or 0x34A8AA) is known color: Light Sea Green. HEX triplet: 34, A8 and AA. RGB value is (52,168,170). Sum of RGB (Red+Green+Blue) = 52+168+170=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #34A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A8AA is #CB5755. Grayscale: #858585. Windows color (decimal): -13326166 or 11184180. OLE color: 11184180.
HSL color Cylindrical-coordinate representation of color #34A8AA: hue angle of 181.02º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A8AA is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 168 | 170 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.33 |
| HSL | 181.02º | 0.53% | 0.44% | - |
| HSV(B) | 181.02º | 0.69% | 0.67% | - |
| XYZ | 22.67 | 31.64 | 42.94 | - |
| YUV | 133.54 | 148.57 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 170 | 0.69 | 0.01 | 0 | 0.33 | 181.02 | 0.53 | 0.44 |
| Hex | 34 | A8 | AA | 45 | 1 | 0 | 21 | B5 | 35 | 2C |
| Octal | 64 | 250 | 252 | 105 | 1 | 0 | 41 | 265 | 65 | 54 |
| Binary | 110100 | 10101000 | 10101010 | 1000101 | 1 | 0 | 100001 | 10110101 | 110101 | 101100 |
Color Harmonies of #34A8AA
Complementary color
Monochromatic Colors of #34A8AA
Black with #34A8AA
Text Example
Text Example
White with #34A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A8AA; }
p { color: rgb(52,168,170); }
H1.HeaderClassName
{
color: #34A8AA;
}
.AnyTagClassName
{
color: #34A8AA;
}
</style>
background-color css
<style>
a { background-color: #34A8AA; }
a { background-color: rgb(52,168,170); }
div.DivClassName
{
background-color: #34A8AA;
}
.BgClassName
{
background-color: #34A8AA;
}
</style>
border-color css
<style>
span { border-color: #34A8AA; }
span { border-color: rgb(52,168,170); }
td.TdClassName
{
border-color: #34A8AA;
}
.TagClassName
{
border-color: #34A8AA;
}
</style>