Html Css Color HEX #255950 Eden

📋 copy color: '#255950'

red 37 ◦ green 89 ◦ blue 80

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

Shades of Eden #255950

Tints of Eden #255950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.2%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 17.96%
G = 43.2%
B = 38.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#255950 (or 0x255950) is known color: Eden. HEX triplet: 25, 59 and 50. RGB value is (37,89,80). Sum of RGB (Red+Green+Blue) = 37+89+80=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #255950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255950 is #DAA6AF. Grayscale: #484848. Windows color (decimal): -14329520 or 5265701. OLE color: 5265701.

HSL color Cylindrical-coordinate representation of color #255950: hue angle of 169.62º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255950 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 89 80 -
CMYK 0.58 0 0.10 0.65
HSL 169.62º 0.41% 0.25% -
HSV(B) 169.62º 0.58% 0.35% -
XYZ 5.78 8.12 8.85 -
YUV 72.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 37 89 80 0.58 0 0.10 0.65 169.62 0.41 0.25
Hex 25 59 50 3A 0 A 41 AA 29 19
Octal 45 131 120 72 0 12 101 252 51 31
Binary 100101 1011001 1010000 111010 0 1010 1000001 10101010 101001 11001

Color Harmonies of #255950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255950

Black with #255950

Text Example


Text Example

White with #255950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255950; }

 p { color: rgb(37,89,80); }

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

background-color css

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

 a { background-color: rgb(37,89,80); }

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

border-color css

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

 span { border-color: rgb(37,89,80); }

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