Html Css Color HEX #224757 Teal Blue

📋 copy color: '#224757'

red 34 ◦ green 71 ◦ blue 87

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

Shades of Teal Blue #224757

Tints of Teal Blue #224757

RGB

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

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

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

R = 17.71%
G = 36.98%
B = 45.31%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224757 (or 0x224757) is known color: Teal Blue. HEX triplet: 22, 47 and 57. RGB value is (34,71,87). Sum of RGB (Red+Green+Blue) = 34+71+87=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #224757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224757 is #DDB8A8. Grayscale: #3D3D3D. Windows color (decimal): -14530729 or 5719842. OLE color: 5719842.

HSL color Cylindrical-coordinate representation of color #224757: hue angle of 198.11º 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 #224757 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 71 87 -
CMYK 0.61 0.18 0 0.66
HSL 198.11º 0.44% 0.24% -
HSV(B) 198.11º 0.61% 0.34% -
XYZ 4.63 5.53 9.84 -
YUV 61.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 34 71 87 0.61 0.18 0 0.66 198.11 0.44 0.24
Hex 22 47 57 3D 12 0 42 C6 2C 18
Octal 42 107 127 75 22 0 102 306 54 30
Binary 100010 1000111 1010111 111101 10010 0 1000010 11000110 101100 11000

Color Harmonies of #224757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224757

Black with #224757

Text Example


Text Example

White with #224757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224757; }

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

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

background-color css

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

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

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

border-color css

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

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

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