#214653

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

Shades of Teal Blue #214653

Tints of Teal Blue #214653

Color information

#214653 (or 0x214653) is unknown color: approx Teal Blue. HEX triplet: 21, 46 and 53. RGB value is (33,70,83). Sum of RGB (Red+Green+Blue) = 33+70+83=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #214653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214653 is #DEB9AC. Grayscale: #3C3C3C. Windows color (decimal): -14596525 or 5457441. OLE color: 5457441.

HSL color Cylindrical-coordinate representation of color #214653: hue angle of 195.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214653 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB337083-
CMYK0.600.1600.67
HSL195.6º43.1%22.75%-
HSV(B)195.6º60.24%32.55%-
XYZ4.385.338.98-
YUV60.42140.74108.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=17.74%
G=37.63%
B=44.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3370830.600.1600.67195.643.122.75
Hex2146533C10043c42b17
Octal41106123742001033045327
Binary1000011000110101001111110010000010000111100010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214653; }

 p { color: rgb(33,70,83); }

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

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

 a { background-color: rgb(33,70,83); }

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

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

 span { border-color: rgb(33,70,83); }

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