Html Css Color HEX #20835E Deep Sea

📋 copy color: '#20835E'

red 32 ◦ green 131 ◦ blue 94

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

Shades of Deep Sea #20835E

Tints of Deep Sea #20835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 12.45%
G = 50.97%
B = 36.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#20835E (or 0x20835E) is known color: Deep Sea. HEX triplet: 20, 83 and 5E. RGB value is (32,131,94). Sum of RGB (Red+Green+Blue) = 32+131+94=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #20835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20835E is #DF7CA1. Grayscale: #616161. Windows color (decimal): -14646434 or 6193952. OLE color: 6193952.

HSL color Cylindrical-coordinate representation of color #20835E: hue angle of 157.58º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20835E is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 131 94 -
CMYK 0.76 0 0.28 0.49
HSL 157.58º 0.61% 0.32% -
HSV(B) 157.58º 0.76% 0.51% -
XYZ 10.73 17.35 13.37 -
YUV 97.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 32 131 94 0.76 0 0.28 0.49 157.58 0.61 0.32
Hex 20 83 5E 4C 0 1C 31 9E 3D 20
Octal 40 203 136 114 0 34 61 236 75 40
Binary 100000 10000011 1011110 1001100 0 11100 110001 10011110 111101 100000

Color Harmonies of #20835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20835E

Black with #20835E

Text Example


Text Example

White with #20835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20835E; }

 p { color: rgb(32,131,94); }

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

background-color css

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

 a { background-color: rgb(32,131,94); }

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

border-color css

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

 span { border-color: rgb(32,131,94); }

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