Html Css Color HEX #224D57 Teal Blue

📋 copy color: '#224D57'

red 34 ◦ green 77 ◦ blue 87

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

Shades of Teal Blue #224D57

Tints of Teal Blue #224D57

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.89%

 BLUE value IS 87 (34.38% from 255) = 43.94%

R = 17.17%
G = 38.89%
B = 43.94%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224D57 (or 0x224D57) is known color: Teal Blue. HEX triplet: 22, 4D and 57. RGB value is (34,77,87). Sum of RGB (Red+Green+Blue) = 34+77+87=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #224D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D57 is #DDB2A8. Grayscale: #414141. Windows color (decimal): -14529193 or 5721378. OLE color: 5721378.

HSL color Cylindrical-coordinate representation of color #224D57: hue angle of 191.32º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224D57 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 77 87 -
CMYK 0.61 0.11 0 0.66
HSL 191.32º 0.44% 0.24% -
HSV(B) 191.32º 0.61% 0.34% -
XYZ 5.03 6.34 9.97 -
YUV 65.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 34 77 87 0.61 0.11 0 0.66 191.32 0.44 0.24
Hex 22 4D 57 3D B 0 42 BF 2C 18
Octal 42 115 127 75 13 0 102 277 54 30
Binary 100010 1001101 1010111 111101 1011 0 1000010 10111111 101100 11000

Color Harmonies of #224D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D57

Black with #224D57

Text Example


Text Example

White with #224D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224D57; }

 p { color: rgb(34,77,87); }

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

background-color css

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

 a { background-color: rgb(34,77,87); }

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

border-color css

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

 span { border-color: rgb(34,77,87); }

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