#33B894

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

Shades of Niagara #33B894

Tints of Niagara #33B894

Color information

#33B894 (or 0x33B894) is unknown color: approx Niagara. HEX triplet: 33, B8 and 94. RGB value is (51,184,148). Sum of RGB (Red+Green+Blue) = 51+184+148=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #33B894 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B894 is #CC476B. Grayscale: #8C8C8C. Windows color (decimal): -13387628 or 9746483. OLE color: 9746483.

HSL color Cylindrical-coordinate representation of color #33B894: hue angle of 163.76º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B894 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB51184148-
CMYK0.7200.200.28
HSL163.76º56.6%46.08%-
HSV(B)163.76º72.28%72.16%-
XYZ23.8537.1233.93-
YUV140.13132.4464.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.32%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=13.32%
G=48.04%
B=38.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal511841480.7200.200.28163.7656.646.08
Hex33B894480141Ca4392e
Octal63270224110024342447156
Binary110011101110001001010010010000101001110010100100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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