Html Css Color HEX #214841 Deep Teal

📋 copy color: '#214841'

red 33 ◦ green 72 ◦ blue 65

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

Shades of Deep Teal #214841

Tints of Deep Teal #214841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.35%

 BLUE value IS 65 (25.78% from 255) = 38.24%

R = 19.41%
G = 42.35%
B = 38.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#214841 (or 0x214841) is known color: Deep Teal. HEX triplet: 21, 48 and 41. RGB value is (33,72,65). Sum of RGB (Red+Green+Blue) = 33+72+65=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #214841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214841 is #DEB7BE. Grayscale: #3B3B3B. Windows color (decimal): -14596031 or 4278305. OLE color: 4278305.

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

Color convert

RGB 33 72 65 -
CMYK 0.54 0 0.10 0.72
HSL 169.23º 0.37% 0.21% -
HSV(B) 169.23º 0.54% 0.28% -
XYZ 3.9 5.34 5.83 -
YUV 59.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 33 72 65 0.54 0 0.10 0.72 169.23 0.37 0.21
Hex 21 48 41 36 0 A 48 A9 25 15
Octal 41 110 101 66 0 12 110 251 45 25
Binary 100001 1001000 1000001 110110 0 1010 1001000 10101001 100101 10101

Color Harmonies of #214841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214841

Black with #214841

Text Example


Text Example

White with #214841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214841; }

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

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

background-color css

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

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

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

border-color css

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

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

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