Html Css Color HEX #224C58 Teal Blue

📋 copy color: '#224C58'

red 34 ◦ green 76 ◦ blue 88

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

Shades of Teal Blue #224C58

Tints of Teal Blue #224C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 44.44%

R = 17.17%
G = 38.38%
B = 44.44%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224C58 (or 0x224C58) is known color: Teal Blue. HEX triplet: 22, 4C and 58. RGB value is (34,76,88). Sum of RGB (Red+Green+Blue) = 34+76+88=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #224C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C58 is #DDB3A7. Grayscale: #404040. Windows color (decimal): -14529448 or 5786658. OLE color: 5786658.

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

Color convert

RGB 34 76 88 -
CMYK 0.61 0.14 0 0.65
HSL 193.33º 0.44% 0.24% -
HSV(B) 193.33º 0.61% 0.35% -
XYZ 5.01 6.21 10.17 -
YUV 64.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 34 76 88 0.61 0.14 0 0.65 193.33 0.44 0.24
Hex 22 4C 58 3D E 0 41 C1 2C 18
Octal 42 114 130 75 16 0 101 301 54 30
Binary 100010 1001100 1011000 111101 1110 0 1000001 11000001 101100 11000

Color Harmonies of #224C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C58

Black with #224C58

Text Example


Text Example

White with #224C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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