Html Css Color HEX #166250 Evening Sea

📋 copy color: '#166250'

red 22 ◦ green 98 ◦ blue 80

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

Shades of Evening Sea #166250

Tints of Evening Sea #166250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49%

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

R = 11%
G = 49%
B = 40%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#166250 (or 0x166250) is known color: Evening Sea. HEX triplet: 16, 62 and 50. RGB value is (22,98,80). Sum of RGB (Red+Green+Blue) = 22+98+80=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #166250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166250 is #E99DAF. Grayscale: #494949. Windows color (decimal): -15310256 or 5267990. OLE color: 5267990.

HSL color Cylindrical-coordinate representation of color #166250: hue angle of 165.79º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166250 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 98 80 -
CMYK 0.78 0 0.18 0.62
HSL 165.79º 0.63% 0.24% -
HSV(B) 165.79º 0.78% 0.38% -
XYZ 6.15 9.49 9.1 -
YUV 73.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 22 98 80 0.78 0 0.18 0.62 165.79 0.63 0.24
Hex 16 62 50 4E 0 12 3E A6 3F 18
Octal 26 142 120 116 0 22 76 246 77 30
Binary 10110 1100010 1010000 1001110 0 10010 111110 10100110 111111 11000

Color Harmonies of #166250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166250

Black with #166250

Text Example


Text Example

White with #166250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166250; }

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

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

background-color css

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

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

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

border-color css

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

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

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