#36b498

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

Shades of Niagara #36B498

Tints of Niagara #36B498

Color information

#36B498 (or 0x36B498) is unknown color: approx Niagara. HEX triplet: 36, B4 and 98. RGB value is (54,180,152). Sum of RGB (Red+Green+Blue) = 54+180+152=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #36B498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B498 is #C94B67. Grayscale: #8B8B8B. Windows color (decimal): -13192040 or 10007606. OLE color: 10007606.

HSL color Cylindrical-coordinate representation of color #36B498: hue angle of 166.67º 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 #36B498 is Cyan = 0.7, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB54180152-
CMYK0.700.160.29
HSL166.67º53.85%45.88%-
HSV(B)166.67º70%70.59%-
XYZ23.5135.6935.36-
YUV139.13135.2667.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.99%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=13.99%
G=46.63%
B=39.38%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal541801520.700.160.29166.6753.8545.88
Hex36B498460101Da7362e
Octal66264230106020352476656
Binary110110101101001001100010001100100001110110100111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36b498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,180,152); }

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

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

 a { background-color: rgb(54,180,152); }

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

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

 span { border-color: rgb(54,180,152); }

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