Html Css Color HEX #155E50 Eden

📋 copy color: '#155E50'

red 21 ◦ green 94 ◦ blue 80

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

Shades of Eden #155E50

Tints of Eden #155E50

RGB

 RED value IS 21 (8.59% from 255) = 10.77%

 GREEN value IS 94 (37.11% from 255) = 48.21%

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

R = 10.77%
G = 48.21%
B = 41.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#155E50 (or 0x155E50) is known color: Eden. HEX triplet: 15, 5E and 50. RGB value is (21,94,80). Sum of RGB (Red+Green+Blue) = 21+94+80=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 94 - color contains mainly: green. Hex color #155E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E50 is #EAA1AF. Grayscale: #464646. Windows color (decimal): -15376816 or 5266965. OLE color: 5266965.

HSL color Cylindrical-coordinate representation of color #155E50: hue angle of 168.49º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155E50 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 94 80 -
CMYK 0.78 0 0.15 0.63
HSL 168.49º 0.63% 0.23% -
HSV(B) 168.49º 0.78% 0.37% -
XYZ 5.76 8.74 8.97 -
YUV 70.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 21 94 80 0.78 0 0.15 0.63 168.49 0.63 0.23
Hex 15 5E 50 4E 0 F 3F A8 3F 17
Octal 25 136 120 116 0 17 77 250 77 27
Binary 10101 1011110 1010000 1001110 0 1111 111111 10101000 111111 10111

Color Harmonies of #155E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E50

Black with #155E50

Text Example


Text Example

White with #155E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155E50; }

 p { color: rgb(21,94,80); }

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

background-color css

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

 a { background-color: rgb(21,94,80); }

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

border-color css

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

 span { border-color: rgb(21,94,80); }

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