Html Css Color HEX #36B696 Niagara

📋 copy color: '#36B696'

red 54 ◦ green 182 ◦ blue 150

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

Shades of Niagara #36B696

Tints of Niagara #36B696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.15%

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

R = 13.99%
G = 47.15%
B = 38.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#36B696 (or 0x36B696) is known color: Niagara. HEX triplet: 36, B6 and 96. RGB value is (54,182,150). Sum of RGB (Red+Green+Blue) = 54+182+150=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #36B696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B696 is #C94969. Grayscale: #8C8C8C. Windows color (decimal): -13191530 or 9877046. OLE color: 9877046.

HSL color Cylindrical-coordinate representation of color #36B696: hue angle of 165º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B696 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 54 182 150 -
CMYK 0.70 0 0.18 0.29
HSL 165º 0.54% 0.46% -
HSV(B) 165º 0.7% 0.71% -
XYZ 23.75 36.44 34.64 -
YUV 140.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 54 182 150 0.70 0 0.18 0.29 165 0.54 0.46
Hex 36 B6 96 46 0 12 1D A5 36 2E
Octal 66 266 226 106 0 22 35 245 66 56
Binary 110110 10110110 10010110 1000110 0 10010 11101 10100101 110110 101110

Color Harmonies of #36B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36B696

Black with #36B696

Text Example


Text Example

White with #36B696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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