Html Css Color HEX #34A598 Niagara

📋 copy color: '#34A598'

red 52 ◦ green 165 ◦ blue 152

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

Shades of Niagara #34A598

Tints of Niagara #34A598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.72%

 BLUE value IS 152 (59.77% from 255) = 41.19%

R = 14.09%
G = 44.72%
B = 41.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#34A598 (or 0x34A598) is known color: Niagara. HEX triplet: 34, A5 and 98. RGB value is (52,165,152). Sum of RGB (Red+Green+Blue) = 52+165+152=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #34A598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A598 is #CB5A67. Grayscale: #818181. Windows color (decimal): -13326952 or 10003764. OLE color: 10003764.

HSL color Cylindrical-coordinate representation of color #34A598: hue angle of 173.1º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A598 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 165 152 -
CMYK 0.68 0 0.08 0.35
HSL 173.1º 0.52% 0.43% -
HSV(B) 173.1º 0.68% 0.65% -
XYZ 20.54 29.91 34.4 -
YUV 129.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 52 165 152 0.68 0 0.08 0.35 173.1 0.52 0.43
Hex 34 A5 98 44 0 8 23 AD 34 2B
Octal 64 245 230 104 0 10 43 255 64 53
Binary 110100 10100101 10011000 1000100 0 1000 100011 10101101 110100 101011

Color Harmonies of #34A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A598

Black with #34A598

Text Example


Text Example

White with #34A598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,165,152); }

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

background-color css

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

 a { background-color: rgb(52,165,152); }

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

border-color css

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

 span { border-color: rgb(52,165,152); }

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