Shades of Pelorous #34A4AA
Tints of Pelorous #34A4AA
RGB
CMYK
RGB Variations
Color information
#34A4AA (or 0x34A4AA) is known color: Pelorous. HEX triplet: 34, A4 and AA. RGB value is (52,164,170). Sum of RGB (Red+Green+Blue) = 52+164+170=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #34A4AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A4AA is #CB5B55. Grayscale: #838383. Windows color (decimal): -13327190 or 11183156. OLE color: 11183156.
HSL color Cylindrical-coordinate representation of color #34A4AA: hue angle of 183.05º 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 #34A4AA is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 164 | 170 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.33 |
| HSL | 183.05º | 0.53% | 0.44% | - |
| HSV(B) | 183.05º | 0.69% | 0.67% | - |
| XYZ | 21.95 | 30.18 | 42.7 | - |
| YUV | 131.2 | 149.89 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 164 | 170 | 0.69 | 0.04 | 0 | 0.33 | 183.05 | 0.53 | 0.44 |
| Hex | 34 | A4 | AA | 45 | 4 | 0 | 21 | B7 | 35 | 2C |
| Octal | 64 | 244 | 252 | 105 | 4 | 0 | 41 | 267 | 65 | 54 |
| Binary | 110100 | 10100100 | 10101010 | 1000101 | 100 | 0 | 100001 | 10110111 | 110101 | 101100 |
Color Harmonies of #34A4AA
Complementary color
Monochromatic Colors of #34A4AA
Black with #34A4AA
Text Example
Text Example
White with #34A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A4AA; }
p { color: rgb(52,164,170); }
H1.HeaderClassName
{
color: #34A4AA;
}
.AnyTagClassName
{
color: #34A4AA;
}
</style>
background-color css
<style>
a { background-color: #34A4AA; }
a { background-color: rgb(52,164,170); }
div.DivClassName
{
background-color: #34A4AA;
}
.BgClassName
{
background-color: #34A4AA;
}
</style>
border-color css
<style>
span { border-color: #34A4AA; }
span { border-color: rgb(52,164,170); }
td.TdClassName
{
border-color: #34A4AA;
}
.TagClassName
{
border-color: #34A4AA;
}
</style>