Html Css Color HEX #224F58 Teal Blue

📋 copy color: '#224F58'

red 34 ◦ green 79 ◦ blue 88

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

Shades of Teal Blue #224F58

Tints of Teal Blue #224F58

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.3%

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

R = 16.92%
G = 39.3%
B = 43.78%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224F58 (or 0x224F58) is known color: Teal Blue. HEX triplet: 22, 4F and 58. RGB value is (34,79,88). Sum of RGB (Red+Green+Blue) = 34+79+88=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #224F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F58 is #DDB0A7. Grayscale: #424242. Windows color (decimal): -14528680 or 5787426. OLE color: 5787426.

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

Color convert

RGB 34 79 88 -
CMYK 0.61 0.10 0 0.65
HSL 190º 0.44% 0.24% -
HSV(B) 190º 0.61% 0.35% -
XYZ 5.22 6.64 10.24 -
YUV 66.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 34 79 88 0.61 0.10 0 0.65 190 0.44 0.24
Hex 22 4F 58 3D A 0 41 BE 2C 18
Octal 42 117 130 75 12 0 101 276 54 30
Binary 100010 1001111 1011000 111101 1010 0 1000001 10111110 101100 11000

Color Harmonies of #224F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F58

Black with #224F58

Text Example


Text Example

White with #224F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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