Html Css Color HEX #224750 Teal Blue

📋 copy color: '#224750'

red 34 ◦ green 71 ◦ blue 80

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

Shades of Teal Blue #224750

Tints of Teal Blue #224750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.38%

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

R = 18.38%
G = 38.38%
B = 43.24%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224750 (or 0x224750) is known color: Teal Blue. HEX triplet: 22, 47 and 50. RGB value is (34,71,80). Sum of RGB (Red+Green+Blue) = 34+71+80=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #224750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224750 is #DDB8AF. Grayscale: #3C3C3C. Windows color (decimal): -14530736 or 5261090. OLE color: 5261090.

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

Color convert

RGB 34 71 80 -
CMYK 0.58 0.11 0 0.69
HSL 191.74º 0.4% 0.22% -
HSV(B) 191.74º 0.58% 0.31% -
XYZ 4.36 5.43 8.41 -
YUV 60.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 34 71 80 0.58 0.11 0 0.69 191.74 0.4 0.22
Hex 22 47 50 3A B 0 45 C0 28 16
Octal 42 107 120 72 13 0 105 300 50 26
Binary 100010 1000111 1010000 111010 1011 0 1000101 11000000 101000 10110

Color Harmonies of #224750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224750

Black with #224750

Text Example


Text Example

White with #224750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224750; }

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

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

background-color css

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

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

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

border-color css

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

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

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