Html Css Color HEX #185850 Eden

📋 copy color: '#185850'

red 24 ◦ green 88 ◦ blue 80

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

Shades of Eden #185850

Tints of Eden #185850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.83%

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

R = 12.5%
G = 45.83%
B = 41.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#185850 (or 0x185850) is known color: Eden. HEX triplet: 18, 58 and 50. RGB value is (24,88,80). Sum of RGB (Red+Green+Blue) = 24+88+80=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #185850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185850 is #E7A7AF. Grayscale: #434343. Windows color (decimal): -15181744 or 5265432. OLE color: 5265432.

HSL color Cylindrical-coordinate representation of color #185850: hue angle of 172.5º degrees, saturation: 0.57, 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 #185850 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 88 80 -
CMYK 0.73 0 0.09 0.65
HSL 172.5º 0.57% 0.22% -
HSV(B) 172.5º 0.73% 0.35% -
XYZ 5.31 7.75 8.81 -
YUV 67.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 24 88 80 0.73 0 0.09 0.65 172.5 0.57 0.22
Hex 18 58 50 49 0 9 41 AC 39 16
Octal 30 130 120 111 0 11 101 254 71 26
Binary 11000 1011000 1010000 1001001 0 1001 1000001 10101100 111001 10110

Color Harmonies of #185850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185850

Black with #185850

Text Example


Text Example

White with #185850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185850; }

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

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

background-color css

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

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

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

border-color css

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

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

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