Html Css Color HEX #224850 Teal Blue

📋 copy color: '#224850'

red 34 ◦ green 72 ◦ blue 80

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

Shades of Teal Blue #224850

Tints of Teal Blue #224850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.71%

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

R = 18.28%
G = 38.71%
B = 43.01%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224850 (or 0x224850) is known color: Teal Blue. HEX triplet: 22, 48 and 50. RGB value is (34,72,80). Sum of RGB (Red+Green+Blue) = 34+72+80=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #224850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224850 is #DDB7AF. Grayscale: #3D3D3D. Windows color (decimal): -14530480 or 5261346. OLE color: 5261346.

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

Color convert

RGB 34 72 80 -
CMYK 0.58 0.10 0 0.69
HSL 190.43º 0.4% 0.22% -
HSV(B) 190.43º 0.58% 0.31% -
XYZ 4.43 5.55 8.43 -
YUV 61.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 34 72 80 0.58 0.10 0 0.69 190.43 0.4 0.22
Hex 22 48 50 3A A 0 45 BE 28 16
Octal 42 110 120 72 12 0 105 276 50 26
Binary 100010 1001000 1010000 111010 1010 0 1000101 10111110 101000 10110

Color Harmonies of #224850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224850

Black with #224850

Text Example


Text Example

White with #224850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224850; }

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

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

background-color css

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

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

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

border-color css

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

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

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