#33AE96

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

Shades of Niagara #33AE96

Tints of Niagara #33AE96

Color information

#33AE96 (or 0x33AE96) is unknown color: approx Niagara. HEX triplet: 33, AE and 96. RGB value is (51,174,150). Sum of RGB (Red+Green+Blue) = 51+174+150=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #33AE96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AE96 is #CC5169. Grayscale: #868686. Windows color (decimal): -13390186 or 9874995. OLE color: 9874995.

HSL color Cylindrical-coordinate representation of color #33AE96: hue angle of 168.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AE96 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB51174150-
CMYK0.7100.140.32
HSL168.29º54.67%44.12%-
HSV(B)168.29º70.69%68.24%-
XYZ22.0133.1834.1-
YUV134.49136.7568.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.6%
GREEN value IS 174 (68.36% from 255) = 46.4%
BLUE value IS 150 (58.98% from 255) = 40%
R=13.6%
G=46.4%
B=40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511741500.7100.140.32168.2954.6744.12
Hex33AE96470E20a8372c
Octal63256226107016402506754
Binary110011101011101001011010001110111010000010101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,174,150); }

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

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

 a { background-color: rgb(51,174,150); }

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

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

 span { border-color: rgb(51,174,150); }

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