Html Css Color HEX #36AD96 Niagara

📋 copy color: '#36AD96'

red 54 ◦ green 173 ◦ blue 150

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

Shades of Niagara #36AD96

Tints of Niagara #36AD96

RGB

 RED value IS 54 (21.48% from 255) = 14.32%

 GREEN value IS 173 (67.97% from 255) = 45.89%

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

R = 14.32%
G = 45.89%
B = 39.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#36AD96 (or 0x36AD96) is known color: Niagara. HEX triplet: 36, AD and 96. RGB value is (54,173,150). Sum of RGB (Red+Green+Blue) = 54+173+150=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #36AD96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AD96 is #C95269. Grayscale: #868686. Windows color (decimal): -13193834 or 9874742. OLE color: 9874742.

HSL color Cylindrical-coordinate representation of color #36AD96: hue angle of 168.4º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AD96 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 173 150 -
CMYK 0.69 0 0.13 0.32
HSL 168.4º 0.52% 0.45% -
HSV(B) 168.4º 0.69% 0.68% -
XYZ 21.97 32.87 34.04 -
YUV 134.8 136.58 70.37 -
System Red Green Blue C M Y K H S L
Decimal 54 173 150 0.69 0 0.13 0.32 168.4 0.52 0.45
Hex 36 AD 96 45 0 D 20 A8 34 2D
Octal 66 255 226 105 0 15 40 250 64 55
Binary 110110 10101101 10010110 1000101 0 1101 100000 10101000 110100 101101

Color Harmonies of #36AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AD96

Black with #36AD96

Text Example


Text Example

White with #36AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36AD96; }

 p { color: rgb(54,173,150); }

 H1.HeaderClassName
 {
   color: #36AD96;
 }
 .AnyTagClassName
 {
   color: #36AD96;
 }
</style>

background-color css

<style>
 a { background-color: #36AD96; }

 a { background-color: rgb(54,173,150); }

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

border-color css

<style>
 span { border-color: #36AD96; }

 span { border-color: rgb(54,173,150); }

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