Html Css Color HEX #34AB9C Niagara

📋 copy color: '#34AB9C'

red 52 ◦ green 171 ◦ blue 156

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

Shades of Niagara #34AB9C

Tints of Niagara #34AB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.12%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 13.72%
G = 45.12%
B = 41.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#34AB9C (or 0x34AB9C) is known color: Niagara. HEX triplet: 34, AB and 9C. RGB value is (52,171,156). Sum of RGB (Red+Green+Blue) = 52+171+156=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AB9C is #CB5463. Grayscale: #858585. Windows color (decimal): -13325412 or 10267444. OLE color: 10267444.

HSL color Cylindrical-coordinate representation of color #34AB9C: hue angle of 172.44º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AB9C is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 171 156 -
CMYK 0.70 0 0.09 0.33
HSL 172.44º 0.53% 0.44% -
HSV(B) 172.44º 0.7% 0.67% -
XYZ 21.98 32.26 36.52 -
YUV 133.71 140.58 69.72 -
System Red Green Blue C M Y K H S L
Decimal 52 171 156 0.70 0 0.09 0.33 172.44 0.53 0.44
Hex 34 AB 9C 46 0 9 21 AC 35 2C
Octal 64 253 234 106 0 11 41 254 65 54
Binary 110100 10101011 10011100 1000110 0 1001 100001 10101100 110101 101100

Color Harmonies of #34AB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB9C

Black with #34AB9C

Text Example


Text Example

White with #34AB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,171,156); }

 H1.HeaderClassName
 {
   color: #34AB9C;
 }
 .AnyTagClassName
 {
   color: #34AB9C;
 }
</style>

background-color css

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

 a { background-color: rgb(52,171,156); }

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

border-color css

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

 span { border-color: rgb(52,171,156); }

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