Html Css Color HEX #245F58 Eden

📋 copy color: '#245F58'

red 36 ◦ green 95 ◦ blue 88

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

Shades of Eden #245F58

Tints of Eden #245F58

RGB

 RED value IS 36 (14.45% from 255) = 16.44%

 GREEN value IS 95 (37.5% from 255) = 43.38%

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

R = 16.44%
G = 43.38%
B = 40.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#245F58 (or 0x245F58) is known color: Eden. HEX triplet: 24, 5F and 58. RGB value is (36,95,88). Sum of RGB (Red+Green+Blue) = 36+95+88=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #245F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F58 is #DBA0A7. Grayscale: #4C4C4C. Windows color (decimal): -14393512 or 5791524. OLE color: 5791524.

HSL color Cylindrical-coordinate representation of color #245F58: hue angle of 172.88º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F58 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 95 88 -
CMYK 0.62 0 0.07 0.63
HSL 172.88º 0.45% 0.26% -
HSV(B) 172.88º 0.62% 0.37% -
XYZ 6.58 9.26 10.67 -
YUV 76.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 36 95 88 0.62 0 0.07 0.63 172.88 0.45 0.26
Hex 24 5F 58 3E 0 7 3F AD 2D 1A
Octal 44 137 130 76 0 7 77 255 55 32
Binary 100100 1011111 1011000 111110 0 111 111111 10101101 101101 11010

Color Harmonies of #245F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F58

Black with #245F58

Text Example


Text Example

White with #245F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245F58; }

 p { color: rgb(36,95,88); }

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

background-color css

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

 a { background-color: rgb(36,95,88); }

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

border-color css

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

 span { border-color: rgb(36,95,88); }

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