Html Css Color HEX #214940 Deep Teal

📋 copy color: '#214940'

red 33 ◦ green 73 ◦ blue 64

#214940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #214940

Tints of Deep Teal #214940

RGB

 RED value IS 33 (13.28% from 255) = 19.41%

 GREEN value IS 73 (28.91% from 255) = 42.94%

 BLUE value IS 64 (25.39% from 255) = 37.65%

R = 19.41%
G = 42.94%
B = 37.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#214940 (or 0x214940) is known color: Deep Teal. HEX triplet: 21, 49 and 40. RGB value is (33,73,64). Sum of RGB (Red+Green+Blue) = 33+73+64=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #214940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214940 is #DEB6BF. Grayscale: #3C3C3C. Windows color (decimal): -14595776 or 4213025. OLE color: 4213025.

HSL color Cylindrical-coordinate representation of color #214940: hue angle of 166.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214940 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 73 64 -
CMYK 0.55 0 0.12 0.71
HSL 166.5º 0.38% 0.21% -
HSV(B) 166.5º 0.55% 0.29% -
XYZ 3.94 5.46 5.7 -
YUV 60.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 33 73 64 0.55 0 0.12 0.71 166.5 0.38 0.21
Hex 21 49 40 37 0 C 47 A6 26 15
Octal 41 111 100 67 0 14 107 246 46 25
Binary 100001 1001001 1000000 110111 0 1100 1000111 10100110 100110 10101

Color Harmonies of #214940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214940

Black with #214940

Text Example


Text Example

White with #214940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214940; }

 p { color: rgb(33,73,64); }

 H1.HeaderClassName
 {
   color: #214940;
 }
 .AnyTagClassName
 {
   color: #214940;
 }
</style>

background-color css

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

 a { background-color: rgb(33,73,64); }

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

border-color css

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

 span { border-color: rgb(33,73,64); }

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