#33AB98

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

Shades of Niagara #33AB98

Tints of Niagara #33AB98

Color information

#33AB98 (or 0x33AB98) is unknown color: approx Niagara. HEX triplet: 33, AB and 98. RGB value is (51,171,152). Sum of RGB (Red+Green+Blue) = 51+171+152=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AB98 is #CC5467. Grayscale: #848484. Windows color (decimal): -13390952 or 10005299. OLE color: 10005299.

HSL color Cylindrical-coordinate representation of color #33AB98: hue angle of 170.5º 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 #33AB98 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB51171152-
CMYK0.7000.110.33
HSL170.5º54.05%43.53%-
HSV(B)170.5º70.18%67.06%-
XYZ21.632.134.76-
YUV132.95138.7469.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.64%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=13.64%
G=45.72%
B=40.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511711520.7000.110.33170.554.0543.53
Hex33AB98460B21aa362c
Octal63253230106013412526654
Binary110011101010111001100010001100101110000110101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,171,152); }

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

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

 a { background-color: rgb(51,171,152); }

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

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

 span { border-color: rgb(51,171,152); }

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