Html Css Color HEX #166350 Evening Sea

📋 copy color: '#166350'

red 22 ◦ green 99 ◦ blue 80

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

Shades of Evening Sea #166350

Tints of Evening Sea #166350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.25%

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

R = 10.95%
G = 49.25%
B = 39.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#166350 (or 0x166350) is known color: Evening Sea. HEX triplet: 16, 63 and 50. RGB value is (22,99,80). Sum of RGB (Red+Green+Blue) = 22+99+80=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #166350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166350 is #E99CAF. Grayscale: #494949. Windows color (decimal): -15310000 or 5268246. OLE color: 5268246.

HSL color Cylindrical-coordinate representation of color #166350: hue angle of 165.19º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166350 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 99 80 -
CMYK 0.78 0 0.19 0.61
HSL 165.19º 0.64% 0.24% -
HSV(B) 165.19º 0.78% 0.39% -
XYZ 6.24 9.67 9.13 -
YUV 73.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 22 99 80 0.78 0 0.19 0.61 165.19 0.64 0.24
Hex 16 63 50 4E 0 13 3D A5 40 18
Octal 26 143 120 116 0 23 75 245 100 30
Binary 10110 1100011 1010000 1001110 0 10011 111101 10100101 1000000 11000

Color Harmonies of #166350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166350

Black with #166350

Text Example


Text Example

White with #166350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166350; }

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

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

background-color css

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

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

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

border-color css

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

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

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