Html Css Color HEX #205F4F Evening Sea

📋 copy color: '#205F4F'

red 32 ◦ green 95 ◦ blue 79

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

Shades of Evening Sea #205F4F

Tints of Evening Sea #205F4F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.12%

 BLUE value IS 79 (31.25% from 255) = 38.35%

R = 15.53%
G = 46.12%
B = 38.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#205F4F (or 0x205F4F) is known color: Evening Sea. HEX triplet: 20, 5F and 4F. RGB value is (32,95,79). Sum of RGB (Red+Green+Blue) = 32+95+79=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #205F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F4F is #DFA0B0. Grayscale: #4A4A4A. Windows color (decimal): -14655665 or 5201696. OLE color: 5201696.

HSL color Cylindrical-coordinate representation of color #205F4F: hue angle of 164.76º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F4F is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 95 79 -
CMYK 0.66 0 0.17 0.63
HSL 164.76º 0.5% 0.25% -
HSV(B) 164.76º 0.66% 0.37% -
XYZ 6.1 9.06 8.82 -
YUV 74.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 32 95 79 0.66 0 0.17 0.63 164.76 0.5 0.25
Hex 20 5F 4F 42 0 11 3F A5 32 19
Octal 40 137 117 102 0 21 77 245 62 31
Binary 100000 1011111 1001111 1000010 0 10001 111111 10100101 110010 11001

Color Harmonies of #205F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F4F

Black with #205F4F

Text Example


Text Example

White with #205F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205F4F; }

 p { color: rgb(32,95,79); }

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

background-color css

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

 a { background-color: rgb(32,95,79); }

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

border-color css

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

 span { border-color: rgb(32,95,79); }

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