Html Css Color HEX #205F4E Evening Sea

📋 copy color: '#205F4E'

red 32 ◦ green 95 ◦ blue 78

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

Shades of Evening Sea #205F4E

Tints of Evening Sea #205F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.05%

R = 15.61%
G = 46.34%
B = 38.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#205F4E (or 0x205F4E) is known color: Evening Sea. HEX triplet: 20, 5F and 4E. RGB value is (32,95,78). Sum of RGB (Red+Green+Blue) = 32+95+78=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #205F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F4E is #DFA0B1. Grayscale: #4A4A4A. Windows color (decimal): -14655666 or 5136160. OLE color: 5136160.

HSL color Cylindrical-coordinate representation of color #205F4E: hue angle of 163.81º 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 #205F4E is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 95 78 -
CMYK 0.66 0 0.18 0.63
HSL 163.81º 0.5% 0.25% -
HSV(B) 163.81º 0.66% 0.37% -
XYZ 6.06 9.04 8.63 -
YUV 74.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 32 95 78 0.66 0 0.18 0.63 163.81 0.5 0.25
Hex 20 5F 4E 42 0 12 3F A4 32 19
Octal 40 137 116 102 0 22 77 244 62 31
Binary 100000 1011111 1001110 1000010 0 10010 111111 10100100 110010 11001

Color Harmonies of #205F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F4E

Black with #205F4E

Text Example


Text Example

White with #205F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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