Html Css Color HEX #225359 Teal Blue

📋 copy color: '#225359'

red 34 ◦ green 83 ◦ blue 89

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

Shades of Teal Blue #225359

Tints of Teal Blue #225359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 16.5%
G = 40.29%
B = 43.2%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#225359 (or 0x225359) is known color: Teal Blue. HEX triplet: 22, 53 and 59. RGB value is (34,83,89). Sum of RGB (Red+Green+Blue) = 34+83+89=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #225359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225359 is #DDACA6. Grayscale: #444444. Windows color (decimal): -14527655 or 5853986. OLE color: 5853986.

HSL color Cylindrical-coordinate representation of color #225359: hue angle of 186.55º 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 #225359 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 83 89 -
CMYK 0.62 0.07 0 0.65
HSL 186.55º 0.45% 0.24% -
HSV(B) 186.55º 0.62% 0.35% -
XYZ 5.56 7.25 10.56 -
YUV 69.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 34 83 89 0.62 0.07 0 0.65 186.55 0.45 0.24
Hex 22 53 59 3E 7 0 41 BB 2D 18
Octal 42 123 131 76 7 0 101 273 55 30
Binary 100010 1010011 1011001 111110 111 0 1000001 10111011 101101 11000

Color Harmonies of #225359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225359

Black with #225359

Text Example


Text Example

White with #225359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225359; }

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

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

background-color css

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

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

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

border-color css

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

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

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