Html Css Color HEX #224650 Teal Blue

📋 copy color: '#224650'

red 34 ◦ green 70 ◦ blue 80

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

Shades of Teal Blue #224650

Tints of Teal Blue #224650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

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

R = 18.48%
G = 38.04%
B = 43.48%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224650 (or 0x224650) is known color: Teal Blue. HEX triplet: 22, 46 and 50. RGB value is (34,70,80). Sum of RGB (Red+Green+Blue) = 34+70+80=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #224650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224650 is #DDB9AF. Grayscale: #3C3C3C. Windows color (decimal): -14530992 or 5260834. OLE color: 5260834.

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

Color convert

RGB 34 70 80 -
CMYK 0.58 0.12 0 0.69
HSL 193.04º 0.4% 0.22% -
HSV(B) 193.04º 0.58% 0.31% -
XYZ 4.3 5.3 8.39 -
YUV 60.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 34 70 80 0.58 0.12 0 0.69 193.04 0.4 0.22
Hex 22 46 50 3A C 0 45 C1 28 16
Octal 42 106 120 72 14 0 105 301 50 26
Binary 100010 1000110 1010000 111010 1100 0 1000101 11000001 101000 10110

Color Harmonies of #224650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224650

Black with #224650

Text Example


Text Example

White with #224650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224650; }

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

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

background-color css

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

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

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

border-color css

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

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

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