Html Css Color HEX #204440 Deep Teal

📋 copy color: '#204440'

red 32 ◦ green 68 ◦ blue 64

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

Shades of Deep Teal #204440

Tints of Deep Teal #204440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.46%

 BLUE value IS 64 (25.39% from 255) = 39.02%

R = 19.51%
G = 41.46%
B = 39.02%

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

#204440 (or 0x204440) is known color: Deep Teal. HEX triplet: 20, 44 and 40. RGB value is (32,68,64). Sum of RGB (Red+Green+Blue) = 32+68+64=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #204440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204440 is #DFBBBF. Grayscale: #383838. Windows color (decimal): -14662592 or 4211744. OLE color: 4211744.

HSL color Cylindrical-coordinate representation of color #204440: hue angle of 173.33º 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 #204440 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 32 68 64 -
CMYK 0.53 0 0.06 0.73
HSL 173.33º 0.36% 0.2% -
HSV(B) 173.33º 0.53% 0.27% -
XYZ 3.59 4.81 5.59 -
YUV 56.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 32 68 64 0.53 0 0.06 0.73 173.33 0.36 0.2
Hex 20 44 40 35 0 6 49 AD 24 14
Octal 40 104 100 65 0 6 111 255 44 24
Binary 100000 1000100 1000000 110101 0 110 1001001 10101101 100100 10100

Color Harmonies of #204440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204440

Black with #204440

Text Example


Text Example

White with #204440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204440; }

 p { color: rgb(32,68,64); }

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

background-color css

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

 a { background-color: rgb(32,68,64); }

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

border-color css

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

 span { border-color: rgb(32,68,64); }

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