Html Css Color HEX #219583 Niagara

📋 copy color: '#219583'

red 33 ◦ green 149 ◦ blue 131

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

Shades of Niagara #219583

Tints of Niagara #219583

RGB

 RED value IS 33 (13.28% from 255) = 10.54%

 GREEN value IS 149 (58.59% from 255) = 47.6%

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 10.54%
G = 47.6%
B = 41.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#219583 (or 0x219583) is known color: Niagara. HEX triplet: 21, 95 and 83. RGB value is (33,149,131). Sum of RGB (Red+Green+Blue) = 33+149+131=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #219583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219583 is #DE6A7C. Grayscale: #707070. Windows color (decimal): -14576253 or 8623393. OLE color: 8623393.

HSL color Cylindrical-coordinate representation of color #219583: hue angle of 170.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219583 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 149 131 -
CMYK 0.78 0 0.12 0.42
HSL 170.69º 0.64% 0.36% -
HSV(B) 170.69º 0.78% 0.58% -
XYZ 15.47 23.46 25.18 -
YUV 112.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 33 149 131 0.78 0 0.12 0.42 170.69 0.64 0.36
Hex 21 95 83 4E 0 C 2A AB 40 24
Octal 41 225 203 116 0 14 52 253 100 44
Binary 100001 10010101 10000011 1001110 0 1100 101010 10101011 1000000 100100

Color Harmonies of #219583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219583

Black with #219583

Text Example


Text Example

White with #219583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219583; }

 p { color: rgb(33,149,131); }

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

background-color css

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

 a { background-color: rgb(33,149,131); }

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

border-color css

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

 span { border-color: rgb(33,149,131); }

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