#34A1AE

Color #34A1AE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #34A1AE

Tints of Pelorous #34A1AE

Color information

#34A1AE (or 0x34A1AE) is unknown color: approx Pelorous. HEX triplet: 34, A1 and AE. RGB value is (52,161,174). Sum of RGB (Red+Green+Blue) = 52+161+174=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #34A1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A1AE is #CB5E51. Grayscale: #818181. Windows color (decimal): -13327954 or 11444532. OLE color: 11444532.

HSL color Cylindrical-coordinate representation of color #34A1AE: hue angle of 186.39º 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 #34A1AE is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB52161174-
CMYK0.700.0700.32
HSL186.39º53.98%44.31%-
HSV(B)186.39º70.11%68.24%-
XYZ21.829.2844.55-
YUV129.89152.8972.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 13.44%
GREEN value IS 161 (63.28% from 255) = 41.60%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=13.44%
G=41.60%
B=44.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521611740.700.0700.32186.3953.9844.31
Hex34A1AE467020ba362c
Octal6424125610670402726654
Binary11010010100001101011101000110111010000010111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A1AE; }

 p { color: rgb(52,161,174); }

 H1.HeaderClassName
 {
   color: #34A1AE;
 }
 .AnyTagClassName
 {
   color: #34A1AE;
 }
</style>
background-color css

<style>
 a { background-color: #34A1AE; }

 a { background-color: rgb(52,161,174); }

 div.DivClassName
 {
   background-color: #34A1AE;
 }
 .BgClassName
 {
   background-color: #34A1AE;
 }
</style>
border-color css

<style>
 span { border-color: #34A1AE; }

 span { border-color: rgb(52,161,174); }

 td.TdClassName
 {
   border-color: #34A1AE;
 }
 .TagClassName
 {
   border-color: #34A1AE;
 }
</style>