Html Css Color HEX #165849 Evening Sea

📋 copy color: '#165849'

red 22 ◦ green 88 ◦ blue 73

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

Shades of Evening Sea #165849

Tints of Evening Sea #165849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 12.02%
G = 48.09%
B = 39.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#165849 (or 0x165849) is known color: Evening Sea. HEX triplet: 16, 58 and 49. RGB value is (22,88,73). Sum of RGB (Red+Green+Blue) = 22+88+73=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #165849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165849 is #E9A7B6. Grayscale: #424242. Windows color (decimal): -15312823 or 4806678. OLE color: 4806678.

HSL color Cylindrical-coordinate representation of color #165849: hue angle of 166.36º 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 #165849 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 88 73 -
CMYK 0.75 0 0.17 0.65
HSL 166.36º 0.6% 0.22% -
HSV(B) 166.36º 0.75% 0.35% -
XYZ 5.02 7.63 7.51 -
YUV 66.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 22 88 73 0.75 0 0.17 0.65 166.36 0.6 0.22
Hex 16 58 49 4B 0 11 41 A6 3C 16
Octal 26 130 111 113 0 21 101 246 74 26
Binary 10110 1011000 1001001 1001011 0 10001 1000001 10100110 111100 10110

Color Harmonies of #165849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165849

Black with #165849

Text Example


Text Example

White with #165849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165849; }

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

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

background-color css

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

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

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

border-color css

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

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

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