Html Css Color HEX #20664F Evening Sea

📋 copy color: '#20664F'

red 32 ◦ green 102 ◦ blue 79

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

Shades of Evening Sea #20664F

Tints of Evening Sea #20664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.89%

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

R = 15.02%
G = 47.89%
B = 37.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#20664F (or 0x20664F) is known color: Evening Sea. HEX triplet: 20, 66 and 4F. RGB value is (32,102,79). Sum of RGB (Red+Green+Blue) = 32+102+79=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #20664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20664F is #DF99B0. Grayscale: #4E4E4E. Windows color (decimal): -14653873 or 5203488. OLE color: 5203488.

HSL color Cylindrical-coordinate representation of color #20664F: hue angle of 160.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20664F is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 102 79 -
CMYK 0.69 0 0.23 0.6
HSL 160.29º 0.52% 0.26% -
HSV(B) 160.29º 0.69% 0.4% -
XYZ 6.76 10.37 9.04 -
YUV 78.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 32 102 79 0.69 0 0.23 0.6 160.29 0.52 0.26
Hex 20 66 4F 45 0 17 3C A0 34 1A
Octal 40 146 117 105 0 27 74 240 64 32
Binary 100000 1100110 1001111 1000101 0 10111 111100 10100000 110100 11010

Color Harmonies of #20664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20664F

Black with #20664F

Text Example


Text Example

White with #20664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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