Html Css Color HEX #204741 Deep Teal

📋 copy color: '#204741'

red 32 ◦ green 71 ◦ blue 65

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

Shades of Deep Teal #204741

Tints of Deep Teal #204741

RGB

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

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

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

R = 19.05%
G = 42.26%
B = 38.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#204741 (or 0x204741) is known color: Deep Teal. HEX triplet: 20, 47 and 41. RGB value is (32,71,65). Sum of RGB (Red+Green+Blue) = 32+71+65=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #204741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204741 is #DFB8BE. Grayscale: #3A3A3A. Windows color (decimal): -14661823 or 4278048. OLE color: 4278048.

HSL color Cylindrical-coordinate representation of color #204741: hue angle of 170.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #204741 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 71 65 -
CMYK 0.55 0 0.08 0.72
HSL 170.77º 0.38% 0.2% -
HSV(B) 170.77º 0.55% 0.28% -
XYZ 3.8 5.2 5.8 -
YUV 58.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 32 71 65 0.55 0 0.08 0.72 170.77 0.38 0.2
Hex 20 47 41 37 0 8 48 AB 26 14
Octal 40 107 101 67 0 10 110 253 46 24
Binary 100000 1000111 1000001 110111 0 1000 1001000 10101011 100110 10100

Color Harmonies of #204741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204741

Black with #204741

Text Example


Text Example

White with #204741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204741; }

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

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

background-color css

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

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

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

border-color css

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

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

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