Html Css Color HEX #1F685A Eden

📋 copy color: '#1F685A'

red 31 ◦ green 104 ◦ blue 90

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

Shades of Eden #1F685A

Tints of Eden #1F685A

RGB

 RED value IS 31 (12.5% from 255) = 13.78%

 GREEN value IS 104 (41.02% from 255) = 46.22%

 BLUE value IS 90 (35.55% from 255) = 40%

R = 13.78%
G = 46.22%
B = 40%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#1F685A (or 0x1F685A) is known color: Eden. HEX triplet: 1F, 68 and 5A. RGB value is (31,104,90). Sum of RGB (Red+Green+Blue) = 31+104+90=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #1F685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F685A is #E097A5. Grayscale: #505050. Windows color (decimal): -14718886 or 5924895. OLE color: 5924895.

HSL color Cylindrical-coordinate representation of color #1F685A: hue angle of 168.49º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F685A is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 104 90 -
CMYK 0.70 0 0.13 0.59
HSL 168.49º 0.54% 0.26% -
HSV(B) 168.49º 0.7% 0.41% -
XYZ 7.36 10.93 11.39 -
YUV 80.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 31 104 90 0.70 0 0.13 0.59 168.49 0.54 0.26
Hex 1F 68 5A 46 0 D 3B A8 36 1A
Octal 37 150 132 106 0 15 73 250 66 32
Binary 11111 1101000 1011010 1000110 0 1101 111011 10101000 110110 11010

Color Harmonies of #1F685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F685A

Black with #1F685A

Text Example


Text Example

White with #1F685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F685A; }

 p { color: rgb(31,104,90); }

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

background-color css

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

 a { background-color: rgb(31,104,90); }

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

border-color css

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

 span { border-color: rgb(31,104,90); }

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