Html Css Color HEX #225059 Teal Blue

📋 copy color: '#225059'

red 34 ◦ green 80 ◦ blue 89

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

Shades of Teal Blue #225059

Tints of Teal Blue #225059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 89 (35.16% from 255) = 43.84%

R = 16.75%
G = 39.41%
B = 43.84%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#225059 (or 0x225059) is known color: Teal Blue. HEX triplet: 22, 50 and 59. RGB value is (34,80,89). Sum of RGB (Red+Green+Blue) = 34+80+89=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #225059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225059 is #DDAFA6. Grayscale: #434343. Windows color (decimal): -14528423 or 5853218. OLE color: 5853218.

HSL color Cylindrical-coordinate representation of color #225059: hue angle of 189.82º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225059 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 80 89 -
CMYK 0.62 0.10 0 0.65
HSL 189.82º 0.45% 0.24% -
HSV(B) 189.82º 0.62% 0.35% -
XYZ 5.33 6.8 10.48 -
YUV 67.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 34 80 89 0.62 0.10 0 0.65 189.82 0.45 0.24
Hex 22 50 59 3E A 0 41 BE 2D 18
Octal 42 120 131 76 12 0 101 276 55 30
Binary 100010 1010000 1011001 111110 1010 0 1000001 10111110 101101 11000

Color Harmonies of #225059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225059

Black with #225059

Text Example


Text Example

White with #225059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225059; }

 p { color: rgb(34,80,89); }

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

background-color css

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

 a { background-color: rgb(34,80,89); }

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

border-color css

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

 span { border-color: rgb(34,80,89); }

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