Html Css Color HEX #155C50 Eden

📋 copy color: '#155C50'

red 21 ◦ green 92 ◦ blue 80

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

Shades of Eden #155C50

Tints of Eden #155C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 47.67%

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

R = 10.88%
G = 47.67%
B = 41.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#155C50 (or 0x155C50) is known color: Eden. HEX triplet: 15, 5C and 50. RGB value is (21,92,80). Sum of RGB (Red+Green+Blue) = 21+92+80=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #155C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C50 is #EAA3AF. Grayscale: #454545. Windows color (decimal): -15377328 or 5266453. OLE color: 5266453.

HSL color Cylindrical-coordinate representation of color #155C50: hue angle of 169.86º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C50 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 92 80 -
CMYK 0.77 0 0.13 0.64
HSL 169.86º 0.63% 0.22% -
HSV(B) 169.86º 0.77% 0.36% -
XYZ 5.58 8.39 8.92 -
YUV 69.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 21 92 80 0.77 0 0.13 0.64 169.86 0.63 0.22
Hex 15 5C 50 4D 0 D 40 AA 3F 16
Octal 25 134 120 115 0 15 100 252 77 26
Binary 10101 1011100 1010000 1001101 0 1101 1000000 10101010 111111 10110

Color Harmonies of #155C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C50

Black with #155C50

Text Example


Text Example

White with #155C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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