Html Css Color HEX #206B53 Evening Sea

📋 copy color: '#206B53'

red 32 ◦ green 107 ◦ blue 83

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

Shades of Evening Sea #206B53

Tints of Evening Sea #206B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.2%

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 14.41%
G = 48.2%
B = 37.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#206B53 (or 0x206B53) is known color: Evening Sea. HEX triplet: 20, 6B and 53. RGB value is (32,107,83). Sum of RGB (Red+Green+Blue) = 32+107+83=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #206B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B53 is #DF94AC. Grayscale: #515151. Windows color (decimal): -14652589 or 5466912. OLE color: 5466912.

HSL color Cylindrical-coordinate representation of color #206B53: hue angle of 160.8º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206B53 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 107 83 -
CMYK 0.70 0 0.22 0.58
HSL 160.8º 0.54% 0.27% -
HSV(B) 160.8º 0.7% 0.42% -
XYZ 7.41 11.45 10 -
YUV 81.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 32 107 83 0.70 0 0.22 0.58 160.8 0.54 0.27
Hex 20 6B 53 46 0 16 3A A1 36 1B
Octal 40 153 123 106 0 26 72 241 66 33
Binary 100000 1101011 1010011 1000110 0 10110 111010 10100001 110110 11011

Color Harmonies of #206B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206B53

Black with #206B53

Text Example


Text Example

White with #206B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206B53; }

 p { color: rgb(32,107,83); }

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

background-color css

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

 a { background-color: rgb(32,107,83); }

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

border-color css

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

 span { border-color: rgb(32,107,83); }

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