#214856

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

Shades of Teal Blue #214856

Tints of Teal Blue #214856

Color information

#214856 (or 0x214856) is unknown color: approx Teal Blue. HEX triplet: 21, 48 and 56. RGB value is (33,72,86). Sum of RGB (Red+Green+Blue) = 33+72+86=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #214856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214856 is #DEB7A9. Grayscale: #3D3D3D. Windows color (decimal): -14596010 or 5654561. OLE color: 5654561.

HSL color Cylindrical-coordinate representation of color #214856: hue angle of 195.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214856 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB337286-
CMYK0.620.1600.66
HSL195.85º44.54%23.33%-
HSV(B)195.85º61.63%33.73%-
XYZ4.625.639.65-
YUV61.93141.58107.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=17.28%
G=37.70%
B=45.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3372860.620.1600.66195.8544.5423.33
Hex2148563E10042c42d17
Octal41110126762001023045527
Binary1000011001000101011011111010000010000101100010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214856; }

 p { color: rgb(33,72,86); }

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

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

 a { background-color: rgb(33,72,86); }

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

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

 span { border-color: rgb(33,72,86); }

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