Html Css Color HEX #214741 Deep Teal

📋 copy color: '#214741'

red 33 ◦ green 71 ◦ blue 65

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

Shades of Deep Teal #214741

Tints of Deep Teal #214741

RGB

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

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

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

R = 19.53%
G = 42.01%
B = 38.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#214741 (or 0x214741) is known color: Deep Teal. HEX triplet: 21, 47 and 41. RGB value is (33,71,65). Sum of RGB (Red+Green+Blue) = 33+71+65=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #214741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214741 is #DEB8BE. Grayscale: #3A3A3A. Windows color (decimal): -14596287 or 4278049. OLE color: 4278049.

HSL color Cylindrical-coordinate representation of color #214741: hue angle of 170.53º 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 #214741 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 71 65 -
CMYK 0.54 0 0.08 0.72
HSL 170.53º 0.37% 0.2% -
HSV(B) 170.53º 0.54% 0.28% -
XYZ 3.83 5.21 5.8 -
YUV 58.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 33 71 65 0.54 0 0.08 0.72 170.53 0.37 0.2
Hex 21 47 41 36 0 8 48 AB 25 14
Octal 41 107 101 66 0 10 110 253 45 24
Binary 100001 1000111 1000001 110110 0 1000 1001000 10101011 100101 10100

Color Harmonies of #214741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214741

Black with #214741

Text Example


Text Example

White with #214741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214741; }

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

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

background-color css

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

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

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

border-color css

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

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

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