Html Css Color HEX #35A396 Niagara

📋 copy color: '#35A396'

red 53 ◦ green 163 ◦ blue 150

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

Shades of Niagara #35A396

Tints of Niagara #35A396

RGB

 RED value IS 53 (21.09% from 255) = 14.48%

 GREEN value IS 163 (64.06% from 255) = 44.54%

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 14.48%
G = 44.54%
B = 40.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#35A396 (or 0x35A396) is known color: Niagara. HEX triplet: 35, A3 and 96. RGB value is (53,163,150). Sum of RGB (Red+Green+Blue) = 53+163+150=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #35A396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A396 is #CA5C69. Grayscale: #808080. Windows color (decimal): -13261930 or 9872181. OLE color: 9872181.

HSL color Cylindrical-coordinate representation of color #35A396: hue angle of 172.91º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A396 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 163 150 -
CMYK 0.67 0 0.08 0.36
HSL 172.91º 0.51% 0.42% -
HSV(B) 172.91º 0.67% 0.64% -
XYZ 20.07 29.15 33.42 -
YUV 128.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 53 163 150 0.67 0 0.08 0.36 172.91 0.51 0.42
Hex 35 A3 96 43 0 8 24 AD 33 2A
Octal 65 243 226 103 0 10 44 255 63 52
Binary 110101 10100011 10010110 1000011 0 1000 100100 10101101 110011 101010

Color Harmonies of #35A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A396

Black with #35A396

Text Example


Text Example

White with #35A396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A396; }

 p { color: rgb(53,163,150); }

 H1.HeaderClassName
 {
   color: #35A396;
 }
 .AnyTagClassName
 {
   color: #35A396;
 }
</style>

background-color css

<style>
 a { background-color: #35A396; }

 a { background-color: rgb(53,163,150); }

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

border-color css

<style>
 span { border-color: #35A396; }

 span { border-color: rgb(53,163,150); }

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