#1F6E5A

Color #1F6E5A Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #1F6E5A

Tints of Eden #1F6E5A

Color information

#1F6E5A (or 0x1F6E5A) is unknown color: approx Eden. HEX triplet: 1F, 6E and 5A. RGB value is (31,110,90). Sum of RGB (Red+Green+Blue) = 31+110+90=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #1F6E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6E5A is #E091A5. Grayscale: #545454. Windows color (decimal): -14717350 or 5926431. OLE color: 5926431.

HSL color Cylindrical-coordinate representation of color #1F6E5A: hue angle of 164.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6E5A is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB3111090-
CMYK0.7200.180.57
HSL164.81º56.03%27.65%-
HSV(B)164.81º71.82%43.14%-
XYZ7.9912.1811.6-
YUV84.1131.3390.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.42%
GREEN value IS 110 (43.36% from 255) = 47.62%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=13.42%
G=47.62%
B=38.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31110900.7200.180.57164.8156.0327.65
Hex1F6E5A4801239a5381c
Octal37156132110022712457034
Binary111111101110101101010010000100101110011010010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F6E5A;
 }
 .AnyTagClassName
 {
   color: #1F6E5A;
 }
</style>
background-color css

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

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

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

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

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

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