#22565C

Color #22565C Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #22565C

Tints of Teal Blue #22565C

Color information

#22565C (or 0x22565C) is unknown color: approx Teal Blue. HEX triplet: 22, 56 and 5C. RGB value is (34,86,92). Sum of RGB (Red+Green+Blue) = 34+86+92=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #22565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22565C is #DDA9A3. Grayscale: #474747. Windows color (decimal): -14526884 or 6051362. OLE color: 6051362.

HSL color Cylindrical-coordinate representation of color #22565C: hue angle of 186.21º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22565C is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB348692-
CMYK0.630.0700.64
HSL186.21º46.03%24.71%-
HSV(B)186.21º63.04%36.08%-
XYZ5.927.7711.31-
YUV71.14139.77101.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=16.04%
G=40.57%
B=43.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3486920.630.0700.64186.2146.0324.71
Hex22565C3F7040ba2e19
Octal4212613477701002725631
Binary10001010101101011100111111111010000001011101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22565C; }

 p { color: rgb(34,86,92); }

 H1.HeaderClassName
 {
   color: #22565C;
 }
 .AnyTagClassName
 {
   color: #22565C;
 }
</style>
background-color css

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

 a { background-color: rgb(34,86,92); }

 div.DivClassName
 {
   background-color: #22565C;
 }
 .BgClassName
 {
   background-color: #22565C;
 }
</style>
border-color css

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

 span { border-color: rgb(34,86,92); }

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