Html Css Color HEX #224753 Teal Blue

📋 copy color: '#224753'

red 34 ◦ green 71 ◦ blue 83

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

Shades of Teal Blue #224753

Tints of Teal Blue #224753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.15%

R = 18.09%
G = 37.77%
B = 44.15%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224753 (or 0x224753) is known color: Teal Blue. HEX triplet: 22, 47 and 53. RGB value is (34,71,83). Sum of RGB (Red+Green+Blue) = 34+71+83=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #224753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224753 is #DDB8AC. Grayscale: #3D3D3D. Windows color (decimal): -14530733 or 5457698. OLE color: 5457698.

HSL color Cylindrical-coordinate representation of color #224753: hue angle of 194.69º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #224753 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 71 83 -
CMYK 0.59 0.14 0 0.67
HSL 194.69º 0.42% 0.23% -
HSV(B) 194.69º 0.59% 0.33% -
XYZ 4.47 5.47 9 -
YUV 61.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 34 71 83 0.59 0.14 0 0.67 194.69 0.42 0.23
Hex 22 47 53 3B E 0 43 C3 2A 17
Octal 42 107 123 73 16 0 103 303 52 27
Binary 100010 1000111 1010011 111011 1110 0 1000011 11000011 101010 10111

Color Harmonies of #224753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224753

Black with #224753

Text Example


Text Example

White with #224753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224753; }

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

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

background-color css

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

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

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

border-color css

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

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

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