Html Css Color HEX #206250 Evening Sea

📋 copy color: '#206250'

red 32 ◦ green 98 ◦ blue 80

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

Shades of Evening Sea #206250

Tints of Evening Sea #206250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.67%

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 15.24%
G = 46.67%
B = 38.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#206250 (or 0x206250) is known color: Evening Sea. HEX triplet: 20, 62 and 50. RGB value is (32,98,80). Sum of RGB (Red+Green+Blue) = 32+98+80=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #206250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206250 is #DF9DAF. Grayscale: #4C4C4C. Windows color (decimal): -14654896 or 5268000. OLE color: 5268000.

HSL color Cylindrical-coordinate representation of color #206250: hue angle of 163.64º degrees, saturation: 0.51, 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 #206250 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 98 80 -
CMYK 0.67 0 0.18 0.62
HSL 163.64º 0.51% 0.25% -
HSV(B) 163.64º 0.67% 0.38% -
XYZ 6.41 9.62 9.11 -
YUV 76.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 32 98 80 0.67 0 0.18 0.62 163.64 0.51 0.25
Hex 20 62 50 43 0 12 3E A4 33 19
Octal 40 142 120 103 0 22 76 244 63 31
Binary 100000 1100010 1010000 1000011 0 10010 111110 10100100 110011 11001

Color Harmonies of #206250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206250

Black with #206250

Text Example


Text Example

White with #206250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206250; }

 p { color: rgb(32,98,80); }

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

background-color css

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

 a { background-color: rgb(32,98,80); }

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

border-color css

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

 span { border-color: rgb(32,98,80); }

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