#34A98B

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

Shades of Niagara #34A98B

Tints of Niagara #34A98B

Color information

#34A98B (or 0x34A98B) is unknown color: approx Niagara. HEX triplet: 34, A9 and 8B. RGB value is (52,169,139). Sum of RGB (Red+Green+Blue) = 52+169+139=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #34A98B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A98B is #CB5674. Grayscale: #828282. Windows color (decimal): -13325941 or 9152820. OLE color: 9152820.

HSL color Cylindrical-coordinate representation of color #34A98B: hue angle of 164.62º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A98B is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB52169139-
CMYK0.6900.180.34
HSL164.62º52.94%43.33%-
HSV(B)164.62º69.23%66.27%-
XYZ20.2630.9729.34-
YUV130.6132.7471.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.44%
GREEN value IS 169 (66.41% from 255) = 46.94%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=14.44%
G=46.94%
B=38.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521691390.6900.180.34164.6252.9443.33
Hex34A98B4501222a5352b
Octal64251213105022422456553
Binary1101001010100110001011100010101001010001010100101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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