Html Css Color HEX #33B493 Niagara

📋 copy color: '#33B493'

red 51 ◦ green 180 ◦ blue 147

#33B493
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #33B493

Tints of Niagara #33B493

RGB

 RED value IS 51 (20.31% from 255) = 13.49%

 GREEN value IS 180 (70.7% from 255) = 47.62%

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 13.49%
G = 47.62%
B = 38.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#33B493 (or 0x33B493) is known color: Niagara. HEX triplet: 33, B4 and 93. RGB value is (51,180,147). Sum of RGB (Red+Green+Blue) = 51+180+147=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #33B493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B493 is #CC4B6C. Grayscale: #898989. Windows color (decimal): -13388653 or 9679923. OLE color: 9679923.

HSL color Cylindrical-coordinate representation of color #33B493: hue angle of 164.65º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B493 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 180 147 -
CMYK 0.72 0 0.18 0.29
HSL 164.65º 0.56% 0.45% -
HSV(B) 164.65º 0.72% 0.71% -
XYZ 22.95 35.45 33.24 -
YUV 137.67 133.26 66.18 -
System Red Green Blue C M Y K H S L
Decimal 51 180 147 0.72 0 0.18 0.29 164.65 0.56 0.45
Hex 33 B4 93 48 0 12 1D A5 38 2D
Octal 63 264 223 110 0 22 35 245 70 55
Binary 110011 10110100 10010011 1001000 0 10010 11101 10100101 111000 101101

Color Harmonies of #33B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B493

Black with #33B493

Text Example


Text Example

White with #33B493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,180,147); }

 H1.HeaderClassName
 {
   color: #33B493;
 }
 .AnyTagClassName
 {
   color: #33B493;
 }
</style>

background-color css

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

 a { background-color: rgb(51,180,147); }

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

border-color css

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

 span { border-color: rgb(51,180,147); }

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