Html Css Color HEX #1F6F58 Eden

📋 copy color: '#1F6F58'

red 31 ◦ green 111 ◦ blue 88

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

Shades of Eden #1F6F58

Tints of Eden #1F6F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.26%

 BLUE value IS 88 (34.77% from 255) = 38.26%

R = 13.48%
G = 48.26%
B = 38.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#1F6F58 (or 0x1F6F58) is known color: Eden. HEX triplet: 1F, 6F and 58. RGB value is (31,111,88). Sum of RGB (Red+Green+Blue) = 31+111+88=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6F58 is #E090A7. Grayscale: #545454. Windows color (decimal): -14717096 or 5795615. OLE color: 5795615.

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

Color convert

RGB 31 111 88 -
CMYK 0.72 0 0.21 0.56
HSL 162.75º 0.56% 0.28% -
HSV(B) 162.75º 0.72% 0.44% -
XYZ 8.01 12.36 11.2 -
YUV 84.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 31 111 88 0.72 0 0.21 0.56 162.75 0.56 0.28
Hex 1F 6F 58 48 0 15 38 A3 38 1C
Octal 37 157 130 110 0 25 70 243 70 34
Binary 11111 1101111 1011000 1001000 0 10101 111000 10100011 111000 11100

Color Harmonies of #1F6F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6F58

Black with #1F6F58

Text Example


Text Example

White with #1F6F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,111,88); }

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

background-color css

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

 a { background-color: rgb(31,111,88); }

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

border-color css

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

 span { border-color: rgb(31,111,88); }

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