#33AB95

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

Shades of Niagara #33AB95

Tints of Niagara #33AB95

Color information

#33AB95 (or 0x33AB95) is unknown color: approx Niagara. HEX triplet: 33, AB and 95. RGB value is (51,171,149). Sum of RGB (Red+Green+Blue) = 51+171+149=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AB95 is #CC546A. Grayscale: #848484. Windows color (decimal): -13390955 or 9808691. OLE color: 9808691.

HSL color Cylindrical-coordinate representation of color #33AB95: hue angle of 169º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AB95 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB51171149-
CMYK0.7000.130.33
HSL169º54.05%43.53%-
HSV(B)169º70.18%67.06%-
XYZ21.353233.48-
YUV132.61137.2469.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=13.75%
G=46.09%
B=40.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511711490.7000.130.3316954.0543.53
Hex33AB95460D21a9362c
Octal63253225106015412516654
Binary110011101010111001010110001100110110000110101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33AB95; }

 p { color: rgb(51,171,149); }

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

<style>
 a { background-color: #33AB95; }

 a { background-color: rgb(51,171,149); }

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

<style>
 span { border-color: #33AB95; }

 span { border-color: rgb(51,171,149); }

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