#36AE9A

Color #36AE9A Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #36AE9A

Tints of Niagara #36AE9A

Color information

#36AE9A (or 0x36AE9A) is unknown color: approx Niagara. HEX triplet: 36, AE and 9A. RGB value is (54,174,154). Sum of RGB (Red+Green+Blue) = 54+174+154=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #36AE9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AE9A is #C95165. Grayscale: #878787. Windows color (decimal): -13193574 or 10137142. OLE color: 10137142.

HSL color Cylindrical-coordinate representation of color #36AE9A: hue angle of 170º degrees, saturation: 0.53, 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 #36AE9A is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB54174154-
CMYK0.6900.110.32
HSL170º52.63%44.71%-
HSV(B)170º68.97%68.24%-
XYZ22.4933.3935.83-
YUV135.84138.2469.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.14%
GREEN value IS 174 (68.36% from 255) = 45.55%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=14.14%
G=45.55%
B=40.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541741540.6900.110.3217052.6344.71
Hex36AE9A450B20aa352d
Octal66256232105013402526555
Binary110110101011101001101010001010101110000010101010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,174,154); }

 H1.HeaderClassName
 {
   color: #36AE9A;
 }
 .AnyTagClassName
 {
   color: #36AE9A;
 }
</style>
background-color css

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

 a { background-color: rgb(54,174,154); }

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

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

 span { border-color: rgb(54,174,154); }

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