Html Css Color HEX #1F685B Eden

📋 copy color: '#1F685B'

red 31 ◦ green 104 ◦ blue 91

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

Shades of Eden #1F685B

Tints of Eden #1F685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 13.72%
G = 46.02%
B = 40.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#1F685B (or 0x1F685B) is known color: Eden. HEX triplet: 1F, 68 and 5B. RGB value is (31,104,91). Sum of RGB (Red+Green+Blue) = 31+104+91=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #1F685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F685B is #E097A4. Grayscale: #505050. Windows color (decimal): -14718885 or 5990431. OLE color: 5990431.

HSL color Cylindrical-coordinate representation of color #1F685B: hue angle of 169.32º 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 #1F685B is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 104 91 -
CMYK 0.70 0 0.12 0.59
HSL 169.32º 0.54% 0.26% -
HSV(B) 169.32º 0.7% 0.41% -
XYZ 7.4 10.95 11.62 -
YUV 80.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 31 104 91 0.70 0 0.12 0.59 169.32 0.54 0.26
Hex 1F 68 5B 46 0 C 3B A9 36 1A
Octal 37 150 133 106 0 14 73 251 66 32
Binary 11111 1101000 1011011 1000110 0 1100 111011 10101001 110110 11010

Color Harmonies of #1F685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F685B

Black with #1F685B

Text Example


Text Example

White with #1F685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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