Shades of Pelorous #34A7AE
Tints of Pelorous #34A7AE
RGB
CMYK
RGB Variations
Color information
#34A7AE (or 0x34A7AE) is known color: Pelorous. HEX triplet: 34, A7 and AE. RGB value is (52,167,174). Sum of RGB (Red+Green+Blue) = 52+167+174=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #34A7AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A7AE is #CB5851. Grayscale: #858585. Windows color (decimal): -13326418 or 11446068. OLE color: 11446068.
HSL color Cylindrical-coordinate representation of color #34A7AE: hue angle of 183.44º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34A7AE is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 167 | 174 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.32 |
| HSL | 183.44º | 0.54% | 0.44% | - |
| HSV(B) | 183.44º | 0.7% | 0.68% | - |
| XYZ | 22.87 | 31.42 | 44.9 | - |
| YUV | 133.41 | 150.9 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 167 | 174 | 0.70 | 0.04 | 0 | 0.32 | 183.44 | 0.54 | 0.44 |
| Hex | 34 | A7 | AE | 46 | 4 | 0 | 20 | B7 | 36 | 2C |
| Octal | 64 | 247 | 256 | 106 | 4 | 0 | 40 | 267 | 66 | 54 |
| Binary | 110100 | 10100111 | 10101110 | 1000110 | 100 | 0 | 100000 | 10110111 | 110110 | 101100 |
Color Harmonies of #34A7AE
Complementary color
Monochromatic Colors of #34A7AE
Black with #34A7AE
Text Example
Text Example
White with #34A7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A7AE; }
p { color: rgb(52,167,174); }
H1.HeaderClassName
{
color: #34A7AE;
}
.AnyTagClassName
{
color: #34A7AE;
}
</style>
background-color css
<style>
a { background-color: #34A7AE; }
a { background-color: rgb(52,167,174); }
div.DivClassName
{
background-color: #34A7AE;
}
.BgClassName
{
background-color: #34A7AE;
}
</style>
border-color css
<style>
span { border-color: #34A7AE; }
span { border-color: rgb(52,167,174); }
td.TdClassName
{
border-color: #34A7AE;
}
.TagClassName
{
border-color: #34A7AE;
}
</style>