Html Css Color HEX #224C57 Teal Blue

📋 copy color: '#224C57'

red 34 ◦ green 76 ◦ blue 87

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

Shades of Teal Blue #224C57

Tints of Teal Blue #224C57

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

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

R = 17.26%
G = 38.58%
B = 44.16%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224C57 (or 0x224C57) is known color: Teal Blue. HEX triplet: 22, 4C and 57. RGB value is (34,76,87). Sum of RGB (Red+Green+Blue) = 34+76+87=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #224C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C57 is #DDB3A8. Grayscale: #404040. Windows color (decimal): -14529449 or 5721122. OLE color: 5721122.

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

Color convert

RGB 34 76 87 -
CMYK 0.61 0.13 0 0.66
HSL 192.45º 0.44% 0.24% -
HSV(B) 192.45º 0.61% 0.34% -
XYZ 4.96 6.2 9.95 -
YUV 64.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 34 76 87 0.61 0.13 0 0.66 192.45 0.44 0.24
Hex 22 4C 57 3D D 0 42 C0 2C 18
Octal 42 114 127 75 15 0 102 300 54 30
Binary 100010 1001100 1010111 111101 1101 0 1000010 11000000 101100 11000

Color Harmonies of #224C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C57

Black with #224C57

Text Example


Text Example

White with #224C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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