#33A58D

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

Shades of Niagara #33A58D

Tints of Niagara #33A58D

Color information

#33A58D (or 0x33A58D) is unknown color: approx Niagara. HEX triplet: 33, A5 and 8D. RGB value is (51,165,141). Sum of RGB (Red+Green+Blue) = 51+165+141=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #33A58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A58D is #CC5A72. Grayscale: #808080. Windows color (decimal): -13392499 or 9282867. OLE color: 9282867.

HSL color Cylindrical-coordinate representation of color #33A58D: hue angle of 167.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A58D is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB51165141-
CMYK0.6900.150.35
HSL167.37º52.78%42.35%-
HSV(B)167.37º69.09%64.71%-
XYZ19.6329.5429.87-
YUV128.18135.2372.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 165 (64.84% from 255) = 46.22%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=14.29%
G=46.22%
B=39.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511651410.6900.150.35167.3752.7842.35
Hex33A58D450F23a7352a
Octal63245215105017432476552
Binary110011101001011000110110001010111110001110100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,165,141); }

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

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

 a { background-color: rgb(51,165,141); }

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

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

 span { border-color: rgb(51,165,141); }

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