#33AA8C

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

Shades of Niagara #33AA8C

Tints of Niagara #33AA8C

Color information

#33AA8C (or 0x33AA8C) is unknown color: approx Niagara. HEX triplet: 33, AA and 8C. RGB value is (51,170,140). Sum of RGB (Red+Green+Blue) = 51+170+140=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AA8C is #CC5573. Grayscale: #838383. Windows color (decimal): -13391220 or 9218611. OLE color: 9218611.

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

Color convert

RGB51170140-
CMYK0.700.180.33
HSL164.87º53.85%43.33%-
HSV(B)164.87º70%66.67%-
XYZ20.4731.3529.78-
YUV131133.0870.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.13%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=14.13%
G=47.09%
B=38.78%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511701400.700.180.33164.8753.8543.33
Hex33AA8C4601221a5362b
Octal63252214106022412456653
Binary1100111010101010001100100011001001010000110100101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,170,140); }

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

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

 a { background-color: rgb(51,170,140); }

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

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

 span { border-color: rgb(51,170,140); }

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