#214753

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

Shades of Teal Blue #214753

Tints of Teal Blue #214753

Color information

#214753 (or 0x214753) is unknown color: approx Teal Blue. HEX triplet: 21, 47 and 53. RGB value is (33,71,83). Sum of RGB (Red+Green+Blue) = 33+71+83=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #214753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214753 is #DEB8AC. Grayscale: #3C3C3C. Windows color (decimal): -14596269 or 5457697. OLE color: 5457697.

HSL color Cylindrical-coordinate representation of color #214753: hue angle of 194.4º 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 #214753 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB337183-
CMYK0.600.1400.67
HSL194.4º43.1%22.75%-
HSV(B)194.4º60.24%32.55%-
XYZ4.445.459-
YUV61.01140.41108.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=17.65%
G=37.97%
B=44.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3371830.600.1400.67194.443.122.75
Hex2147533CE043c22b17
Octal41107123741601033025327
Binary100001100011110100111111001110010000111100001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214753; }

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

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

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

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

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

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

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

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