Html Css Color HEX #185F50 Eden

📋 copy color: '#185F50'

red 24 ◦ green 95 ◦ blue 80

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

Shades of Eden #185F50

Tints of Eden #185F50

RGB

 RED value IS 24 (9.77% from 255) = 12.06%

 GREEN value IS 95 (37.5% from 255) = 47.74%

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

R = 12.06%
G = 47.74%
B = 40.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#185F50 (or 0x185F50) is known color: Eden. HEX triplet: 18, 5F and 50. RGB value is (24,95,80). Sum of RGB (Red+Green+Blue) = 24+95+80=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #185F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F50 is #E7A0AF. Grayscale: #484848. Windows color (decimal): -15179952 or 5267224. OLE color: 5267224.

HSL color Cylindrical-coordinate representation of color #185F50: hue angle of 167.32º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F50 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 95 80 -
CMYK 0.75 0 0.16 0.63
HSL 167.32º 0.6% 0.23% -
HSV(B) 167.32º 0.75% 0.37% -
XYZ 5.92 8.96 9.01 -
YUV 72.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 24 95 80 0.75 0 0.16 0.63 167.32 0.6 0.23
Hex 18 5F 50 4B 0 10 3F A7 3C 17
Octal 30 137 120 113 0 20 77 247 74 27
Binary 11000 1011111 1010000 1001011 0 10000 111111 10100111 111100 10111

Color Harmonies of #185F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F50

Black with #185F50

Text Example


Text Example

White with #185F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185F50; }

 p { color: rgb(24,95,80); }

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

background-color css

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

 a { background-color: rgb(24,95,80); }

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

border-color css

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

 span { border-color: rgb(24,95,80); }

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