Html Css Color HEX #155D52 Eden

📋 copy color: '#155D52'

red 21 ◦ green 93 ◦ blue 82

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

Shades of Eden #155D52

Tints of Eden #155D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.84%

R = 10.71%
G = 47.45%
B = 41.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#155D52 (or 0x155D52) is known color: Eden. HEX triplet: 15, 5D and 52. RGB value is (21,93,82). Sum of RGB (Red+Green+Blue) = 21+93+82=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #155D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D52 is #EAA2AD. Grayscale: #464646. Windows color (decimal): -15377070 or 5397781. OLE color: 5397781.

HSL color Cylindrical-coordinate representation of color #155D52: hue angle of 170.83º 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 #155D52 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 93 82 -
CMYK 0.77 0 0.12 0.64
HSL 170.83º 0.63% 0.22% -
HSV(B) 170.83º 0.77% 0.36% -
XYZ 5.75 8.6 9.34 -
YUV 70.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 21 93 82 0.77 0 0.12 0.64 170.83 0.63 0.22
Hex 15 5D 52 4D 0 C 40 AB 3F 16
Octal 25 135 122 115 0 14 100 253 77 26
Binary 10101 1011101 1010010 1001101 0 1100 1000000 10101011 111111 10110

Color Harmonies of #155D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D52

Black with #155D52

Text Example


Text Example

White with #155D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,93,82); }

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

background-color css

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

 a { background-color: rgb(21,93,82); }

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

border-color css

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

 span { border-color: rgb(21,93,82); }

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