#214541

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

Shades of Deep Teal #214541

Tints of Deep Teal #214541

Color information

#214541 (or 0x214541) is unknown color: approx Deep Teal. HEX triplet: 21, 45 and 41. RGB value is (33,69,65). Sum of RGB (Red+Green+Blue) = 33+69+65=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #214541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214541 is #DEBABE. Grayscale: #393939. Windows color (decimal): -14596799 or 4277537. OLE color: 4277537.

HSL color Cylindrical-coordinate representation of color #214541: hue angle of 173.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214541 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB336965-
CMYK0.5200.060.73
HSL173.33º35.29%20%-
HSV(B)173.33º52.17%27.06%-
XYZ3.714.965.76-
YUV57.78132.07110.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=19.76%
G=41.32%
B=38.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369650.5200.060.73173.3335.2920
Hex214541340649ad2314
Octal4110510164061112554324
Binary10000110001011000001110100011010010011010110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214541; }

 p { color: rgb(33,69,65); }

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

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

 a { background-color: rgb(33,69,65); }

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

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

 span { border-color: rgb(33,69,65); }

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