#33AE92

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

Shades of Niagara #33AE92

Tints of Niagara #33AE92

Color information

#33AE92 (or 0x33AE92) is unknown color: approx Niagara. HEX triplet: 33, AE and 92. RGB value is (51,174,146). Sum of RGB (Red+Green+Blue) = 51+174+146=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #33AE92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AE92 is #CC516D. Grayscale: #868686. Windows color (decimal): -13390190 or 9612851. OLE color: 9612851.

HSL color Cylindrical-coordinate representation of color #33AE92: hue angle of 166.34º 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 #33AE92 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB51174146-
CMYK0.7100.160.32
HSL166.34º54.67%44.12%-
HSV(B)166.34º70.69%68.24%-
XYZ21.6933.0532.43-
YUV134.03134.7568.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 174 (68.36% from 255) = 46.90%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=13.75%
G=46.90%
B=39.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511741460.7100.160.32166.3454.6744.12
Hex33AE924701020a6372c
Octal63256222107020402466754
Binary1100111010111010010010100011101000010000010100110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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