Html Css Color HEX #20614C Evening Sea

📋 copy color: '#20614C'

red 32 ◦ green 97 ◦ blue 76

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

Shades of Evening Sea #20614C

Tints of Evening Sea #20614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.32%

 BLUE value IS 76 (30.08% from 255) = 37.07%

R = 15.61%
G = 47.32%
B = 37.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#20614C (or 0x20614C) is known color: Evening Sea. HEX triplet: 20, 61 and 4C. RGB value is (32,97,76). Sum of RGB (Red+Green+Blue) = 32+97+76=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #20614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20614C is #DF9EB3. Grayscale: #4B4B4B. Windows color (decimal): -14655156 or 5005600. OLE color: 5005600.

HSL color Cylindrical-coordinate representation of color #20614C: hue angle of 160.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20614C is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 97 76 -
CMYK 0.67 0 0.22 0.62
HSL 160.62º 0.5% 0.25% -
HSV(B) 160.62º 0.67% 0.38% -
XYZ 6.17 9.38 8.32 -
YUV 75.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 32 97 76 0.67 0 0.22 0.62 160.62 0.5 0.25
Hex 20 61 4C 43 0 16 3E A1 32 19
Octal 40 141 114 103 0 26 76 241 62 31
Binary 100000 1100001 1001100 1000011 0 10110 111110 10100001 110010 11001

Color Harmonies of #20614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20614C

Black with #20614C

Text Example


Text Example

White with #20614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20614C; }

 p { color: rgb(32,97,76); }

 H1.HeaderClassName
 {
   color: #20614C;
 }
 .AnyTagClassName
 {
   color: #20614C;
 }
</style>

background-color css

<style>
 a { background-color: #20614C; }

 a { background-color: rgb(32,97,76); }

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

border-color css

<style>
 span { border-color: #20614C; }

 span { border-color: rgb(32,97,76); }

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