#33AD8E

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

Shades of Niagara #33AD8E

Tints of Niagara #33AD8E

Color information

#33AD8E (or 0x33AD8E) is unknown color: approx Niagara. HEX triplet: 33, AD and 8E. RGB value is (51,173,142). Sum of RGB (Red+Green+Blue) = 51+173+142=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AD8E is #CC5271. Grayscale: #848484. Windows color (decimal): -13390450 or 9350451. OLE color: 9350451.

HSL color Cylindrical-coordinate representation of color #33AD8E: hue angle of 164.75º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AD8E is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB51173142-
CMYK0.7100.180.32
HSL164.75º54.46%43.92%-
HSV(B)164.75º70.52%67.84%-
XYZ21.1932.5430.76-
YUV132.99133.0869.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.93%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=13.93%
G=47.27%
B=38.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511731420.7100.180.32164.7554.4643.92
Hex33AD8E4701220a5362c
Octal63255216107022402456654
Binary1100111010110110001110100011101001010000010100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,173,142); }

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

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

 a { background-color: rgb(51,173,142); }

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

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

 span { border-color: rgb(51,173,142); }

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