Html Css Color HEX #214139 Deep Teal

📋 copy color: '#214139'

red 33 ◦ green 65 ◦ blue 57

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

Shades of Deep Teal #214139

Tints of Deep Teal #214139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.94%

 BLUE value IS 57 (22.66% from 255) = 36.77%

R = 21.29%
G = 41.94%
B = 36.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#214139 (or 0x214139) is known color: Deep Teal. HEX triplet: 21, 41 and 39. RGB value is (33,65,57). Sum of RGB (Red+Green+Blue) = 33+65+57=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #214139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214139 is #DEBEC6. Grayscale: #363636. Windows color (decimal): -14597831 or 3752225. OLE color: 3752225.

HSL color Cylindrical-coordinate representation of color #214139: hue angle of 165º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214139 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 65 57 -
CMYK 0.49 0 0.12 0.75
HSL 165º 0.33% 0.19% -
HSV(B) 165º 0.49% 0.25% -
XYZ 3.26 4.4 4.55 -
YUV 54.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 33 65 57 0.49 0 0.12 0.75 165 0.33 0.19
Hex 21 41 39 31 0 C 4B A5 21 13
Octal 41 101 71 61 0 14 113 245 41 23
Binary 100001 1000001 111001 110001 0 1100 1001011 10100101 100001 10011

Color Harmonies of #214139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214139

Black with #214139

Text Example


Text Example

White with #214139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214139; }

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

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

background-color css

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

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

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

border-color css

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

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

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