Html Css Color HEX #214642 Deep Teal

📋 copy color: '#214642'

red 33 ◦ green 70 ◦ blue 66

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

Shades of Deep Teal #214642

Tints of Deep Teal #214642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

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

R = 19.53%
G = 41.42%
B = 39.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#214642 (or 0x214642) is known color: Deep Teal. HEX triplet: 21, 46 and 42. RGB value is (33,70,66). Sum of RGB (Red+Green+Blue) = 33+70+66=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #214642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214642 is #DEB9BD. Grayscale: #3A3A3A. Windows color (decimal): -14596542 or 4343329. OLE color: 4343329.

HSL color Cylindrical-coordinate representation of color #214642: hue angle of 173.51º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214642 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 70 66 -
CMYK 0.53 0 0.06 0.73
HSL 173.51º 0.36% 0.2% -
HSV(B) 173.51º 0.53% 0.27% -
XYZ 3.8 5.1 5.94 -
YUV 58.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 33 70 66 0.53 0 0.06 0.73 173.51 0.36 0.2
Hex 21 46 42 35 0 6 49 AE 24 14
Octal 41 106 102 65 0 6 111 256 44 24
Binary 100001 1000110 1000010 110101 0 110 1001001 10101110 100100 10100

Color Harmonies of #214642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214642

Black with #214642

Text Example


Text Example

White with #214642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214642; }

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

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

background-color css

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

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

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

border-color css

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

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

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