Html Css Color HEX #224A50 Teal Blue

📋 copy color: '#224A50'

red 34 ◦ green 74 ◦ blue 80

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

Shades of Teal Blue #224A50

Tints of Teal Blue #224A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.36%

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

R = 18.09%
G = 39.36%
B = 42.55%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224A50 (or 0x224A50) is known color: Teal Blue. HEX triplet: 22, 4A and 50. RGB value is (34,74,80). Sum of RGB (Red+Green+Blue) = 34+74+80=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #224A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A50 is #DDB5AF. Grayscale: #3E3E3E. Windows color (decimal): -14529968 or 5261858. OLE color: 5261858.

HSL color Cylindrical-coordinate representation of color #224A50: hue angle of 187.83º 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 #224A50 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 74 80 -
CMYK 0.58 0.08 0 0.69
HSL 187.83º 0.4% 0.22% -
HSV(B) 187.83º 0.58% 0.31% -
XYZ 4.56 5.82 8.47 -
YUV 62.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 34 74 80 0.58 0.08 0 0.69 187.83 0.4 0.22
Hex 22 4A 50 3A 8 0 45 BC 28 16
Octal 42 112 120 72 10 0 105 274 50 26
Binary 100010 1001010 1010000 111010 1000 0 1000101 10111100 101000 10110

Color Harmonies of #224A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A50

Black with #224A50

Text Example


Text Example

White with #224A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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