Html Css Color HEX #185950 Eden

📋 copy color: '#185950'

red 24 ◦ green 89 ◦ blue 80

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

Shades of Eden #185950

Tints of Eden #185950

RGB

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

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

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

R = 12.44%
G = 46.11%
B = 41.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#185950 (or 0x185950) is known color: Eden. HEX triplet: 18, 59 and 50. RGB value is (24,89,80). Sum of RGB (Red+Green+Blue) = 24+89+80=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #185950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185950 is #E7A6AF. Grayscale: #444444. Windows color (decimal): -15181488 or 5265688. OLE color: 5265688.

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

Color convert

RGB 24 89 80 -
CMYK 0.73 0 0.10 0.65
HSL 171.69º 0.58% 0.22% -
HSV(B) 171.69º 0.73% 0.35% -
XYZ 5.4 7.92 8.83 -
YUV 68.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 24 89 80 0.73 0 0.10 0.65 171.69 0.58 0.22
Hex 18 59 50 49 0 A 41 AC 3A 16
Octal 30 131 120 111 0 12 101 254 72 26
Binary 11000 1011001 1010000 1001001 0 1010 1000001 10101100 111010 10110

Color Harmonies of #185950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185950

Black with #185950

Text Example


Text Example

White with #185950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185950; }

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

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

background-color css

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

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

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

border-color css

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

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

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