Html Css Color HEX #165850 Eden

📋 copy color: '#165850'

red 22 ◦ green 88 ◦ blue 80

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

Shades of Eden #165850

Tints of Eden #165850

RGB

 RED value IS 22 (8.98% from 255) = 11.58%

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

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

R = 11.58%
G = 46.32%
B = 42.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#165850 (or 0x165850) is known color: Eden. HEX triplet: 16, 58 and 50. RGB value is (22,88,80). Sum of RGB (Red+Green+Blue) = 22+88+80=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #165850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165850 is #E9A7AF. Grayscale: #434343. Windows color (decimal): -15312816 or 5265430. OLE color: 5265430.

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

Color convert

RGB 22 88 80 -
CMYK 0.75 0 0.09 0.65
HSL 172.73º 0.6% 0.22% -
HSV(B) 172.73º 0.75% 0.35% -
XYZ 5.27 7.73 8.8 -
YUV 67.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 22 88 80 0.75 0 0.09 0.65 172.73 0.6 0.22
Hex 16 58 50 4B 0 9 41 AD 3C 16
Octal 26 130 120 113 0 11 101 255 74 26
Binary 10110 1011000 1010000 1001011 0 1001 1000001 10101101 111100 10110

Color Harmonies of #165850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165850

Black with #165850

Text Example


Text Example

White with #165850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165850; }

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

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

background-color css

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

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

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

border-color css

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

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

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