#34A9B9

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

Shades of Pelorous #34A9B9

Tints of Pelorous #34A9B9

Color information

#34A9B9 (or 0x34A9B9) is unknown color: approx Pelorous. HEX triplet: 34, A9 and B9. RGB value is (52,169,185). Sum of RGB (Red+Green+Blue) = 52+169+185=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #34A9B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A9B9 is #CB5646. Grayscale: #878787. Windows color (decimal): -13325895 or 12167476. OLE color: 12167476.

HSL color Cylindrical-coordinate representation of color #34A9B9: hue angle of 187.22º 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 #34A9B9 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52169185-
CMYK0.720.0900.27
HSL187.22º56.12%46.47%-
HSV(B)187.22º71.89%72.55%-
XYZ24.3632.6150.91-
YUV135.84155.7468.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.81%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 185 (72.66% from 255) = 45.57%
R=12.81%
G=41.63%
B=45.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521691850.720.0900.27187.2256.1246.47
Hex34A9B948901Bbb382e
Octal64251271110110332737056
Binary11010010101001101110011001000100101101110111011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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