Html Css Color HEX #20694B Evening Sea

📋 copy color: '#20694B'

red 32 ◦ green 105 ◦ blue 75

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

Shades of Evening Sea #20694B

Tints of Evening Sea #20694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 15.09%
G = 49.53%
B = 35.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#20694B (or 0x20694B) is known color: Evening Sea. HEX triplet: 20, 69 and 4B. RGB value is (32,105,75). Sum of RGB (Red+Green+Blue) = 32+105+75=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #20694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20694B is #DF96B4. Grayscale: #4F4F4F. Windows color (decimal): -14653109 or 4942112. OLE color: 4942112.

HSL color Cylindrical-coordinate representation of color #20694B: hue angle of 155.34º 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 #20694B is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 105 75 -
CMYK 0.70 0 0.29 0.59
HSL 155.34º 0.53% 0.27% -
HSV(B) 155.34º 0.7% 0.41% -
XYZ 6.92 10.92 8.4 -
YUV 79.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 32 105 75 0.70 0 0.29 0.59 155.34 0.53 0.27
Hex 20 69 4B 46 0 1D 3B 9B 35 1B
Octal 40 151 113 106 0 35 73 233 65 33
Binary 100000 1101001 1001011 1000110 0 11101 111011 10011011 110101 11011

Color Harmonies of #20694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20694B

Black with #20694B

Text Example


Text Example

White with #20694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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