Html Css Color HEX #206F53 Evening Sea

📋 copy color: '#206F53'

red 32 ◦ green 111 ◦ blue 83

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

Shades of Evening Sea #206F53

Tints of Evening Sea #206F53

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.12%

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

R = 14.16%
G = 49.12%
B = 36.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#206F53 (or 0x206F53) is known color: Evening Sea. HEX triplet: 20, 6F and 53. RGB value is (32,111,83). Sum of RGB (Red+Green+Blue) = 32+111+83=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #206F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F53 is #DF90AC. Grayscale: #545454. Windows color (decimal): -14651565 or 5467936. OLE color: 5467936.

HSL color Cylindrical-coordinate representation of color #206F53: hue angle of 158.73º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206F53 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 111 83 -
CMYK 0.71 0 0.25 0.56
HSL 158.73º 0.55% 0.28% -
HSV(B) 158.73º 0.71% 0.44% -
XYZ 7.84 12.3 10.14 -
YUV 84.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 32 111 83 0.71 0 0.25 0.56 158.73 0.55 0.28
Hex 20 6F 53 47 0 19 38 9F 37 1C
Octal 40 157 123 107 0 31 70 237 67 34
Binary 100000 1101111 1010011 1000111 0 11001 111000 10011111 110111 11100

Color Harmonies of #206F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206F53

Black with #206F53

Text Example


Text Example

White with #206F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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