Html Css Color HEX #20785D Deep Sea

📋 copy color: '#20785D'

red 32 ◦ green 120 ◦ blue 93

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

Shades of Deep Sea #20785D

Tints of Deep Sea #20785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.98%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 13.06%
G = 48.98%
B = 37.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#20785D (or 0x20785D) is known color: Deep Sea. HEX triplet: 20, 78 and 5D. RGB value is (32,120,93). Sum of RGB (Red+Green+Blue) = 32+120+93=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #20785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20785D is #DF87A2. Grayscale: #5A5A5A. Windows color (decimal): -14649251 or 6125600. OLE color: 6125600.

HSL color Cylindrical-coordinate representation of color #20785D: hue angle of 161.59º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20785D is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 120 93 -
CMYK 0.73 0 0.22 0.53
HSL 161.59º 0.58% 0.3% -
HSV(B) 161.59º 0.73% 0.47% -
XYZ 9.29 14.53 12.67 -
YUV 90.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 32 120 93 0.73 0 0.22 0.53 161.59 0.58 0.3
Hex 20 78 5D 49 0 16 35 A2 3A 1E
Octal 40 170 135 111 0 26 65 242 72 36
Binary 100000 1111000 1011101 1001001 0 10110 110101 10100010 111010 11110

Color Harmonies of #20785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20785D

Black with #20785D

Text Example


Text Example

White with #20785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20785D; }

 p { color: rgb(32,120,93); }

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

background-color css

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

 a { background-color: rgb(32,120,93); }

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

border-color css

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

 span { border-color: rgb(32,120,93); }

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