Html Css Color HEX #20694F Evening Sea

📋 copy color: '#20694F'

red 32 ◦ green 105 ◦ blue 79

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

Shades of Evening Sea #20694F

Tints of Evening Sea #20694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.61%

 BLUE value IS 79 (31.25% from 255) = 36.57%

R = 14.81%
G = 48.61%
B = 36.57%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#20694F (or 0x20694F) is known color: Evening Sea. HEX triplet: 20, 69 and 4F. RGB value is (32,105,79). Sum of RGB (Red+Green+Blue) = 32+105+79=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #20694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20694F is #DF96B0. Grayscale: #505050. Windows color (decimal): -14653105 or 5204256. OLE color: 5204256.

HSL color Cylindrical-coordinate representation of color #20694F: hue angle of 158.63º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20694F is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 105 79 -
CMYK 0.70 0 0.25 0.59
HSL 158.63º 0.53% 0.27% -
HSV(B) 158.63º 0.7% 0.41% -
XYZ 7.06 10.97 9.14 -
YUV 80.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 32 105 79 0.70 0 0.25 0.59 158.63 0.53 0.27
Hex 20 69 4F 46 0 19 3B 9F 35 1B
Octal 40 151 117 106 0 31 73 237 65 33
Binary 100000 1101001 1001111 1000110 0 11001 111011 10011111 110101 11011

Color Harmonies of #20694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20694F

Black with #20694F

Text Example


Text Example

White with #20694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,105,79); }

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

background-color css

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

 a { background-color: rgb(32,105,79); }

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

border-color css

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

 span { border-color: rgb(32,105,79); }

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