Html Css Color HEX #34AAB9 Pelorous

📋 copy color: '#34AAB9'

red 52 ◦ green 170 ◦ blue 185

#34AAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #34AAB9

Tints of Pelorous #34AAB9

RGB

 RED value IS 52 (20.7% from 255) = 12.78%

 GREEN value IS 170 (66.8% 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 value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#34AAB9 (or 0x34AAB9) is known color: 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

RGB 52 170 185 -
CMYK 0.72 0.08 0 0.27
HSL 186.77º 0.56% 0.46% -
HSV(B) 186.77º 0.72% 0.73% -
XYZ 24.55 32.98 50.97 -
YUV 136.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 52 170 185 0.72 0.08 0 0.27 186.77 0.56 0.46
Hex 34 AA B9 48 8 0 1B BB 38 2E
Octal 64 252 271 110 10 0 33 273 70 56
Binary 110100 10101010 10111001 1001000 1000 0 11011 10111011 111000 101110

Color Harmonies of #34AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AAB9

Black with #34AAB9

Text Example


Text Example

White with #34AAB9

Text Example


Text Example

HTML Codes & Css Web 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>