Html Css Color HEX #245D54 Eden

📋 copy color: '#245D54'

red 36 ◦ green 93 ◦ blue 84

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

Shades of Eden #245D54

Tints of Eden #245D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.66%

 BLUE value IS 84 (33.2% from 255) = 39.44%

R = 16.9%
G = 43.66%
B = 39.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#245D54 (or 0x245D54) is known color: Eden. HEX triplet: 24, 5D and 54. RGB value is (36,93,84). Sum of RGB (Red+Green+Blue) = 36+93+84=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #245D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D54 is #DBA2AB. Grayscale: #4A4A4A. Windows color (decimal): -14394028 or 5528868. OLE color: 5528868.

HSL color Cylindrical-coordinate representation of color #245D54: hue angle of 170.53º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245D54 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 93 84 -
CMYK 0.61 0 0.10 0.64
HSL 170.53º 0.44% 0.25% -
HSV(B) 170.53º 0.61% 0.36% -
XYZ 6.24 8.84 9.77 -
YUV 74.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 36 93 84 0.61 0 0.10 0.64 170.53 0.44 0.25
Hex 24 5D 54 3D 0 A 40 AB 2C 19
Octal 44 135 124 75 0 12 100 253 54 31
Binary 100100 1011101 1010100 111101 0 1010 1000000 10101011 101100 11001

Color Harmonies of #245D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D54

Black with #245D54

Text Example


Text Example

White with #245D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,93,84); }

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

background-color css

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

 a { background-color: rgb(36,93,84); }

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

border-color css

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

 span { border-color: rgb(36,93,84); }

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