Html Css Color HEX #1F6E5A Eden

📋 copy color: '#1F6E5A'

red 31 ◦ green 110 ◦ blue 90

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

Shades of Eden #1F6E5A

Tints of Eden #1F6E5A

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 value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#1F6E5A (or 0x1F6E5A) is known color: 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

RGB 31 110 90 -
CMYK 0.72 0 0.18 0.57
HSL 164.81º 0.56% 0.28% -
HSV(B) 164.81º 0.72% 0.43% -
XYZ 7.99 12.18 11.6 -
YUV 84.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 31 110 90 0.72 0 0.18 0.57 164.81 0.56 0.28
Hex 1F 6E 5A 48 0 12 39 A5 38 1C
Octal 37 156 132 110 0 22 71 245 70 34
Binary 11111 1101110 1011010 1001000 0 10010 111001 10100101 111000 11100

Color Harmonies of #1F6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6E5A

Black with #1F6E5A

Text Example


Text Example

White with #1F6E5A

Text Example


Text Example

HTML Codes & Css Web 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>