Html Css Color HEX #214743 Deep Teal

📋 copy color: '#214743'

red 33 ◦ green 71 ◦ blue 67

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

Shades of Deep Teal #214743

Tints of Deep Teal #214743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.52%

 BLUE value IS 67 (26.56% from 255) = 39.18%

R = 19.3%
G = 41.52%
B = 39.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#214743 (or 0x214743) is known color: Deep Teal. HEX triplet: 21, 47 and 43. RGB value is (33,71,67). Sum of RGB (Red+Green+Blue) = 33+71+67=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #214743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214743 is #DEB8BC. Grayscale: #3B3B3B. Windows color (decimal): -14596285 or 4409121. OLE color: 4409121.

HSL color Cylindrical-coordinate representation of color #214743: hue angle of 173.68º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214743 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 71 67 -
CMYK 0.54 0 0.06 0.72
HSL 173.68º 0.37% 0.2% -
HSV(B) 173.68º 0.54% 0.28% -
XYZ 3.89 5.24 6.12 -
YUV 59.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 33 71 67 0.54 0 0.06 0.72 173.68 0.37 0.2
Hex 21 47 43 36 0 6 48 AE 25 14
Octal 41 107 103 66 0 6 110 256 45 24
Binary 100001 1000111 1000011 110110 0 110 1001000 10101110 100101 10100

Color Harmonies of #214743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214743

Black with #214743

Text Example


Text Example

White with #214743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214743; }

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

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

background-color css

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

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

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

border-color css

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

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

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