#34AB8B

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

Shades of Niagara #34AB8B

Tints of Niagara #34AB8B

Color information

#34AB8B (or 0x34AB8B) is unknown color: approx Niagara. HEX triplet: 34, AB and 8B. RGB value is (52,171,139). Sum of RGB (Red+Green+Blue) = 52+171+139=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AB8B is #CB5474. Grayscale: #838383. Windows color (decimal): -13325429 or 9153332. OLE color: 9153332.

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

Color convert

RGB52171139-
CMYK0.7000.190.33
HSL163.87º53.36%43.73%-
HSV(B)163.87º69.59%67.06%-
XYZ20.6431.7229.46-
YUV131.77132.0871.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.36%
GREEN value IS 171 (67.19% from 255) = 47.24%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=14.36%
G=47.24%
B=38.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521711390.7000.190.33163.8753.3643.73
Hex34AB8B4601321a4352c
Octal64253213106023412446554
Binary1101001010101110001011100011001001110000110100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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