#22515D

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

Shades of Teal Blue #22515D

Tints of Teal Blue #22515D

Color information

#22515D (or 0x22515D) is unknown color: approx Teal Blue. HEX triplet: 22, 51 and 5D. RGB value is (34,81,93). Sum of RGB (Red+Green+Blue) = 34+81+93=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #22515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22515D is #DDAEA2. Grayscale: #444444. Windows color (decimal): -14528163 or 6115618. OLE color: 6115618.

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

Color convert

RGB348193-
CMYK0.630.1300.64
HSL192.2º46.46%24.9%-
HSV(B)192.2º63.44%36.47%-
XYZ5.587.0211.42-
YUV68.32141.93103.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.35%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=16.35%
G=38.94%
B=44.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3481930.630.1300.64192.246.4624.9
Hex22515D3FD040c02e19
Octal42121135771501003005631
Binary100010101000110111011111111101010000001100000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22515D; }

 p { color: rgb(34,81,93); }

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

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

 a { background-color: rgb(34,81,93); }

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

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

 span { border-color: rgb(34,81,93); }

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