Html Css Color HEX #214942 Deep Teal

📋 copy color: '#214942'

red 33 ◦ green 73 ◦ blue 66

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

Shades of Deep Teal #214942

Tints of Deep Teal #214942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 19.19%
G = 42.44%
B = 38.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#214942 (or 0x214942) is known color: Deep Teal. HEX triplet: 21, 49 and 42. RGB value is (33,73,66). Sum of RGB (Red+Green+Blue) = 33+73+66=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #214942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214942 is #DEB6BD. Grayscale: #3C3C3C. Windows color (decimal): -14595774 or 4344097. OLE color: 4344097.

HSL color Cylindrical-coordinate representation of color #214942: hue angle of 169.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 #214942 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 73 66 -
CMYK 0.55 0 0.10 0.71
HSL 169.5º 0.38% 0.21% -
HSV(B) 169.5º 0.55% 0.29% -
XYZ 3.99 5.48 6 -
YUV 60.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 33 73 66 0.55 0 0.10 0.71 169.5 0.38 0.21
Hex 21 49 42 37 0 A 47 AA 26 15
Octal 41 111 102 67 0 12 107 252 46 25
Binary 100001 1001001 1000010 110111 0 1010 1000111 10101010 100110 10101

Color Harmonies of #214942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214942

Black with #214942

Text Example


Text Example

White with #214942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214942; }

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

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

background-color css

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

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

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

border-color css

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

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

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