Shades of Pelorous #34A4AD
Tints of Pelorous #34A4AD
RGB
CMYK
RGB Variations
Color information
#34A4AD (or 0x34A4AD) is known color: Pelorous. HEX triplet: 34, A4 and AD. RGB value is (52,164,173). Sum of RGB (Red+Green+Blue) = 52+164+173=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #34A4AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A4AD is #CB5B52. Grayscale: #838383. Windows color (decimal): -13327187 or 11379764. OLE color: 11379764.
HSL color Cylindrical-coordinate representation of color #34A4AD: hue angle of 184.46º 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 #34A4AD is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 164 | 173 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.32 |
| HSL | 184.46º | 0.54% | 0.44% | - |
| HSV(B) | 184.46º | 0.7% | 0.68% | - |
| XYZ | 22.23 | 30.3 | 44.21 | - |
| YUV | 131.54 | 151.39 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 164 | 173 | 0.70 | 0.05 | 0 | 0.32 | 184.46 | 0.54 | 0.44 |
| Hex | 34 | A4 | AD | 46 | 5 | 0 | 20 | B8 | 36 | 2C |
| Octal | 64 | 244 | 255 | 106 | 5 | 0 | 40 | 270 | 66 | 54 |
| Binary | 110100 | 10100100 | 10101101 | 1000110 | 101 | 0 | 100000 | 10111000 | 110110 | 101100 |
Color Harmonies of #34A4AD
Complementary color
Monochromatic Colors of #34A4AD
Black with #34A4AD
Text Example
Text Example
White with #34A4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A4AD; }
p { color: rgb(52,164,173); }
H1.HeaderClassName
{
color: #34A4AD;
}
.AnyTagClassName
{
color: #34A4AD;
}
</style>
background-color css
<style>
a { background-color: #34A4AD; }
a { background-color: rgb(52,164,173); }
div.DivClassName
{
background-color: #34A4AD;
}
.BgClassName
{
background-color: #34A4AD;
}
</style>
border-color css
<style>
span { border-color: #34A4AD; }
span { border-color: rgb(52,164,173); }
td.TdClassName
{
border-color: #34A4AD;
}
.TagClassName
{
border-color: #34A4AD;
}
</style>