Html Css Color HEX #20664D Evening Sea

📋 copy color: '#20664D'

red 32 ◦ green 102 ◦ blue 77

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

Shades of Evening Sea #20664D

Tints of Evening Sea #20664D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 15.17%
G = 48.34%
B = 36.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#20664D (or 0x20664D) is known color: Evening Sea. HEX triplet: 20, 66 and 4D. RGB value is (32,102,77). Sum of RGB (Red+Green+Blue) = 32+102+77=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #20664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20664D is #DF99B2. Grayscale: #4E4E4E. Windows color (decimal): -14653875 or 5072416. OLE color: 5072416.

HSL color Cylindrical-coordinate representation of color #20664D: hue angle of 158.57º 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 #20664D is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 102 77 -
CMYK 0.69 0 0.25 0.6
HSL 158.57º 0.52% 0.26% -
HSV(B) 158.57º 0.69% 0.4% -
XYZ 6.69 10.35 8.67 -
YUV 78.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 32 102 77 0.69 0 0.25 0.6 158.57 0.52 0.26
Hex 20 66 4D 45 0 19 3C 9F 34 1A
Octal 40 146 115 105 0 31 74 237 64 32
Binary 100000 1100110 1001101 1000101 0 11001 111100 10011111 110100 11010

Color Harmonies of #20664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20664D

Black with #20664D

Text Example


Text Example

White with #20664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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