Html Css Color HEX #36A696 Niagara

📋 copy color: '#36A696'

red 54 ◦ green 166 ◦ blue 150

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

Shades of Niagara #36A696

Tints of Niagara #36A696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

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

R = 14.59%
G = 44.86%
B = 40.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#36A696 (or 0x36A696) is known color: Niagara. HEX triplet: 36, A6 and 96. RGB value is (54,166,150). Sum of RGB (Red+Green+Blue) = 54+166+150=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #36A696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A696 is #C95969. Grayscale: #828282. Windows color (decimal): -13195626 or 9872950. OLE color: 9872950.

HSL color Cylindrical-coordinate representation of color #36A696: hue angle of 171.43º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A696 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 166 150 -
CMYK 0.67 0 0.10 0.35
HSL 171.43º 0.51% 0.43% -
HSV(B) 171.43º 0.67% 0.65% -
XYZ 20.66 30.26 33.61 -
YUV 130.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 54 166 150 0.67 0 0.10 0.35 171.43 0.51 0.43
Hex 36 A6 96 43 0 A 23 AB 33 2B
Octal 66 246 226 103 0 12 43 253 63 53
Binary 110110 10100110 10010110 1000011 0 1010 100011 10101011 110011 101011

Color Harmonies of #36A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A696

Black with #36A696

Text Example


Text Example

White with #36A696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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