Html Css Color HEX #20463F Deep Teal

📋 copy color: '#20463F'

red 32 ◦ green 70 ◦ blue 63

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

Shades of Deep Teal #20463F

Tints of Deep Teal #20463F

RGB

 RED value IS 32 (12.89% from 255) = 19.39%

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

 BLUE value IS 63 (25% from 255) = 38.18%

R = 19.39%
G = 42.42%
B = 38.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#20463F (or 0x20463F) is known color: Deep Teal. HEX triplet: 20, 46 and 3F. RGB value is (32,70,63). Sum of RGB (Red+Green+Blue) = 32+70+63=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #20463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20463F is #DFB9C0. Grayscale: #393939. Windows color (decimal): -14662081 or 4146720. OLE color: 4146720.

HSL color Cylindrical-coordinate representation of color #20463F: hue angle of 168.95º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #20463F is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 32 70 63 -
CMYK 0.54 0 0.10 0.73
HSL 168.95º 0.37% 0.2% -
HSV(B) 168.95º 0.54% 0.27% -
XYZ 3.68 5.05 5.48 -
YUV 57.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 32 70 63 0.54 0 0.10 0.73 168.95 0.37 0.2
Hex 20 46 3F 36 0 A 49 A9 25 14
Octal 40 106 77 66 0 12 111 251 45 24
Binary 100000 1000110 111111 110110 0 1010 1001001 10101001 100101 10100

Color Harmonies of #20463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20463F

Black with #20463F

Text Example


Text Example

White with #20463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20463F; }

 p { color: rgb(32,70,63); }

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

background-color css

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

 a { background-color: rgb(32,70,63); }

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

border-color css

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

 span { border-color: rgb(32,70,63); }

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