#33AC9C

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

Shades of Niagara #33AC9C

Tints of Niagara #33AC9C

Color information

#33AC9C (or 0x33AC9C) is unknown color: approx Niagara. HEX triplet: 33, AC and 9C. RGB value is (51,172,156). Sum of RGB (Red+Green+Blue) = 51+172+156=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AC9C is #CC5363. Grayscale: #858585. Windows color (decimal): -13390692 or 10267699. OLE color: 10267699.

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

Color convert

RGB51172156-
CMYK0.7000.090.33
HSL172.07º54.26%43.73%-
HSV(B)172.07º70.35%67.45%-
XYZ22.1232.6136.58-
YUV134140.4168.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.46%
GREEN value IS 172 (67.58% from 255) = 45.38%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=13.46%
G=45.38%
B=41.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511721560.7000.090.33172.0754.2643.73
Hex33AC9C460921ac362c
Octal63254234106011412546654
Binary110011101011001001110010001100100110000110101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,172,156); }

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

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

 a { background-color: rgb(51,172,156); }

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

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

 span { border-color: rgb(51,172,156); }

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