#34AAB9

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

Shades of Pelorous #34AAB9

Tints of Pelorous #34AAB9

Color information

#34AAB9 (or 0x34AAB9) is unknown color: approx Pelorous. HEX triplet: 34, AA and B9. RGB value is (52,170,185). Sum of RGB (Red+Green+Blue) = 52+170+185=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #34AAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AAB9 is #CB5546. Grayscale: #888888. Windows color (decimal): -13325639 or 12167732. OLE color: 12167732.

HSL color Cylindrical-coordinate representation of color #34AAB9: hue angle of 186.77º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34AAB9 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52170185-
CMYK0.720.0800.27
HSL186.77º56.12%46.47%-
HSV(B)186.77º71.89%72.55%-
XYZ24.5532.9850.97-
YUV136.43155.4167.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.78%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=12.78%
G=41.77%
B=45.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521701850.720.0800.27186.7756.1246.47
Hex34AAB948801Bbb382e
Octal64252271110100332737056
Binary11010010101010101110011001000100001101110111011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,170,185); }

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

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

 a { background-color: rgb(52,170,185); }

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

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

 span { border-color: rgb(52,170,185); }

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