Html Css Color HEX #257060 Eden

📋 copy color: '#257060'

red 37 ◦ green 112 ◦ blue 96

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

Shades of Eden #257060

Tints of Eden #257060

RGB

 RED value IS 37 (14.84% from 255) = 15.1%

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 15.1%
G = 45.71%
B = 39.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#257060 (or 0x257060) is known color: Eden. HEX triplet: 25, 70 and 60. RGB value is (37,112,96). Sum of RGB (Red+Green+Blue) = 37+112+96=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #257060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257060 is #DA8F9F. Grayscale: #575757. Windows color (decimal): -14323616 or 6320165. OLE color: 6320165.

HSL color Cylindrical-coordinate representation of color #257060: hue angle of 167.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257060 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 96 -
CMYK 0.67 0 0.14 0.56
HSL 167.2º 0.5% 0.29% -
HSV(B) 167.2º 0.67% 0.44% -
XYZ 8.67 12.83 13.09 -
YUV 87.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 37 112 96 0.67 0 0.14 0.56 167.2 0.5 0.29
Hex 25 70 60 43 0 E 38 A7 32 1D
Octal 45 160 140 103 0 16 70 247 62 35
Binary 100101 1110000 1100000 1000011 0 1110 111000 10100111 110010 11101

Color Harmonies of #257060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257060

Black with #257060

Text Example


Text Example

White with #257060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257060; }

 p { color: rgb(37,112,96); }

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

background-color css

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

 a { background-color: rgb(37,112,96); }

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

border-color css

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

 span { border-color: rgb(37,112,96); }

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