Html Css Color HEX #224950 Teal Blue

📋 copy color: '#224950'

red 34 ◦ green 73 ◦ blue 80

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

Shades of Teal Blue #224950

Tints of Teal Blue #224950

RGB

 RED value IS 34 (13.67% from 255) = 18.18%

 GREEN value IS 73 (28.91% from 255) = 39.04%

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 18.18%
G = 39.04%
B = 42.78%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224950 (or 0x224950) is known color: Teal Blue. HEX triplet: 22, 49 and 50. RGB value is (34,73,80). Sum of RGB (Red+Green+Blue) = 34+73+80=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #224950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224950 is #DDB6AF. Grayscale: #3E3E3E. Windows color (decimal): -14530224 or 5261602. OLE color: 5261602.

HSL color Cylindrical-coordinate representation of color #224950: hue angle of 189.13º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224950 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 73 80 -
CMYK 0.58 0.09 0 0.69
HSL 189.13º 0.4% 0.22% -
HSV(B) 189.13º 0.58% 0.31% -
XYZ 4.49 5.68 8.45 -
YUV 62.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 34 73 80 0.58 0.09 0 0.69 189.13 0.4 0.22
Hex 22 49 50 3A 9 0 45 BD 28 16
Octal 42 111 120 72 11 0 105 275 50 26
Binary 100010 1001001 1010000 111010 1001 0 1000101 10111101 101000 10110

Color Harmonies of #224950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224950

Black with #224950

Text Example


Text Example

White with #224950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224950; }

 p { color: rgb(34,73,80); }

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

background-color css

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

 a { background-color: rgb(34,73,80); }

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

border-color css

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

 span { border-color: rgb(34,73,80); }

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