Html Css Color HEX #224951 Teal Blue

📋 copy color: '#224951'

red 34 ◦ green 73 ◦ blue 81

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

Shades of Teal Blue #224951

Tints of Teal Blue #224951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.09%

R = 18.09%
G = 38.83%
B = 43.09%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#224951 (or 0x224951) is known color: Teal Blue. HEX triplet: 22, 49 and 51. RGB value is (34,73,81). Sum of RGB (Red+Green+Blue) = 34+73+81=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #224951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224951 is #DDB6AE. Grayscale: #3E3E3E. Windows color (decimal): -14530223 or 5327138. OLE color: 5327138.

HSL color Cylindrical-coordinate representation of color #224951: hue angle of 190.21º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #224951 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 73 81 -
CMYK 0.58 0.10 0 0.68
HSL 190.21º 0.41% 0.23% -
HSV(B) 190.21º 0.58% 0.32% -
XYZ 4.53 5.7 8.65 -
YUV 62.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 34 73 81 0.58 0.10 0 0.68 190.21 0.41 0.23
Hex 22 49 51 3A A 0 44 BE 29 17
Octal 42 111 121 72 12 0 104 276 51 27
Binary 100010 1001001 1010001 111010 1010 0 1000100 10111110 101001 10111

Color Harmonies of #224951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224951

Black with #224951

Text Example


Text Example

White with #224951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224951; }

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

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

background-color css

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

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

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

border-color css

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

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

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