Html Css Color HEX #255D58 Eden

📋 copy color: '#255D58'

red 37 ◦ green 93 ◦ blue 88

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

Shades of Eden #255D58

Tints of Eden #255D58

RGB

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

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

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

R = 16.97%
G = 42.66%
B = 40.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#255D58 (or 0x255D58) is known color: Eden. HEX triplet: 25, 5D and 58. RGB value is (37,93,88). Sum of RGB (Red+Green+Blue) = 37+93+88=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #255D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D58 is #DAA2A7. Grayscale: #4B4B4B. Windows color (decimal): -14328488 or 5791013. OLE color: 5791013.

HSL color Cylindrical-coordinate representation of color #255D58: hue angle of 174.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255D58 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 93 88 -
CMYK 0.60 0 0.05 0.64
HSL 174.64º 0.43% 0.25% -
HSV(B) 174.64º 0.6% 0.36% -
XYZ 6.44 8.93 10.62 -
YUV 75.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 37 93 88 0.60 0 0.05 0.64 174.64 0.43 0.25
Hex 25 5D 58 3C 0 5 40 AF 2B 19
Octal 45 135 130 74 0 5 100 257 53 31
Binary 100101 1011101 1011000 111100 0 101 1000000 10101111 101011 11001

Color Harmonies of #255D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D58

Black with #255D58

Text Example


Text Example

White with #255D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255D58; }

 p { color: rgb(37,93,88); }

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

background-color css

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

 a { background-color: rgb(37,93,88); }

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

border-color css

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

 span { border-color: rgb(37,93,88); }

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