Html Css Color HEX #224756 Teal Blue

📋 copy color: '#224756'

red 34 ◦ green 71 ◦ blue 86

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

Shades of Teal Blue #224756

Tints of Teal Blue #224756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.03%

R = 17.8%
G = 37.17%
B = 45.03%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224756 (or 0x224756) is known color: Teal Blue. HEX triplet: 22, 47 and 56. RGB value is (34,71,86). Sum of RGB (Red+Green+Blue) = 34+71+86=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #224756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224756 is #DDB8A9. Grayscale: #3D3D3D. Windows color (decimal): -14530730 or 5654306. OLE color: 5654306.

HSL color Cylindrical-coordinate representation of color #224756: hue angle of 197.31º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224756 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 71 86 -
CMYK 0.60 0.17 0 0.66
HSL 197.31º 0.43% 0.24% -
HSV(B) 197.31º 0.6% 0.34% -
XYZ 4.59 5.52 9.63 -
YUV 61.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 34 71 86 0.60 0.17 0 0.66 197.31 0.43 0.24
Hex 22 47 56 3C 11 0 42 C5 2B 18
Octal 42 107 126 74 21 0 102 305 53 30
Binary 100010 1000111 1010110 111100 10001 0 1000010 11000101 101011 11000

Color Harmonies of #224756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224756

Black with #224756

Text Example


Text Example

White with #224756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224756; }

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

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

background-color css

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

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

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

border-color css

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

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

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