Html Css Color HEX #224953 Teal Blue

📋 copy color: '#224953'

red 34 ◦ green 73 ◦ blue 83

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

Shades of Teal Blue #224953

Tints of Teal Blue #224953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.42%

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

R = 17.89%
G = 38.42%
B = 43.68%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224953 (or 0x224953) is known color: Teal Blue. HEX triplet: 22, 49 and 53. RGB value is (34,73,83). Sum of RGB (Red+Green+Blue) = 34+73+83=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #224953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224953 is #DDB6AC. Grayscale: #3E3E3E. Windows color (decimal): -14530221 or 5458210. OLE color: 5458210.

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

Color convert

RGB 34 73 83 -
CMYK 0.59 0.12 0 0.67
HSL 192.24º 0.42% 0.23% -
HSV(B) 192.24º 0.59% 0.33% -
XYZ 4.6 5.73 9.05 -
YUV 62.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 34 73 83 0.59 0.12 0 0.67 192.24 0.42 0.23
Hex 22 49 53 3B C 0 43 C0 2A 17
Octal 42 111 123 73 14 0 103 300 52 27
Binary 100010 1001001 1010011 111011 1100 0 1000011 11000000 101010 10111

Color Harmonies of #224953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224953

Black with #224953

Text Example


Text Example

White with #224953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224953; }

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

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

background-color css

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

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

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

border-color css

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

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

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