Shades of Pelorous #34A2AA
Tints of Pelorous #34A2AA
RGB
CMYK
RGB Variations
Color information
#34A2AA (or 0x34A2AA) is known color: Pelorous. HEX triplet: 34, A2 and AA. RGB value is (52,162,170). Sum of RGB (Red+Green+Blue) = 52+162+170=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #34A2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A2AA is #CB5D55. Grayscale: #818181. Windows color (decimal): -13327702 or 11182644. OLE color: 11182644.
HSL color Cylindrical-coordinate representation of color #34A2AA: hue angle of 184.07º 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 #34A2AA is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 162 | 170 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.33 |
| HSL | 184.07º | 0.53% | 0.44% | - |
| HSV(B) | 184.07º | 0.69% | 0.67% | - |
| XYZ | 21.59 | 29.47 | 42.58 | - |
| YUV | 130.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 162 | 170 | 0.69 | 0.05 | 0 | 0.33 | 184.07 | 0.53 | 0.44 |
| Hex | 34 | A2 | AA | 45 | 5 | 0 | 21 | B8 | 35 | 2C |
| Octal | 64 | 242 | 252 | 105 | 5 | 0 | 41 | 270 | 65 | 54 |
| Binary | 110100 | 10100010 | 10101010 | 1000101 | 101 | 0 | 100001 | 10111000 | 110101 | 101100 |
Color Harmonies of #34A2AA
Complementary color
Monochromatic Colors of #34A2AA
Black with #34A2AA
Text Example
Text Example
White with #34A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A2AA; }
p { color: rgb(52,162,170); }
H1.HeaderClassName
{
color: #34A2AA;
}
.AnyTagClassName
{
color: #34A2AA;
}
</style>
background-color css
<style>
a { background-color: #34A2AA; }
a { background-color: rgb(52,162,170); }
div.DivClassName
{
background-color: #34A2AA;
}
.BgClassName
{
background-color: #34A2AA;
}
</style>
border-color css
<style>
span { border-color: #34A2AA; }
span { border-color: rgb(52,162,170); }
td.TdClassName
{
border-color: #34A2AA;
}
.TagClassName
{
border-color: #34A2AA;
}
</style>