#33A594

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

Shades of Niagara #33A594

Tints of Niagara #33A594

Color information

#33A594 (or 0x33A594) is unknown color: approx Niagara. HEX triplet: 33, A5 and 94. RGB value is (51,165,148). Sum of RGB (Red+Green+Blue) = 51+165+148=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 165 - color contains mainly: green. Hex color #33A594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A594 is #CC5A6B. Grayscale: #808080. Windows color (decimal): -13392492 or 9741619. OLE color: 9741619.

HSL color Cylindrical-coordinate representation of color #33A594: hue angle of 171.05º 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 #33A594 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB51165148-
CMYK0.6900.100.35
HSL171.05º52.78%42.35%-
HSV(B)171.05º69.09%64.71%-
XYZ20.1729.7532.7-
YUV128.98138.7372.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.01%
GREEN value IS 165 (64.84% from 255) = 45.33%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=14.01%
G=45.33%
B=40.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511651480.6900.100.35171.0552.7842.35
Hex33A594450A23ab352a
Octal63245224105012432536552
Binary110011101001011001010010001010101010001110101011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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