#22555C

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

Shades of Teal Blue #22555C

Tints of Teal Blue #22555C

Color information

#22555C (or 0x22555C) is unknown color: approx Teal Blue. HEX triplet: 22, 55 and 5C. RGB value is (34,85,92). Sum of RGB (Red+Green+Blue) = 34+85+92=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #22555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22555C is #DDAAA3. Grayscale: #464646. Windows color (decimal): -14527140 or 6051106. OLE color: 6051106.

HSL color Cylindrical-coordinate representation of color #22555C: hue angle of 187.24º 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 #22555C is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB348592-
CMYK0.630.0800.64
HSL187.24º46.03%24.71%-
HSV(B)187.24º63.04%36.08%-
XYZ5.847.6111.29-
YUV70.55140.1101.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=16.11%
G=40.28%
B=43.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3485920.630.0800.64187.2446.0324.71
Hex22555C3F8040bb2e19
Octal42125134771001002735631
Binary100010101010110111001111111000010000001011101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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