#186350

Color #186350 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #186350

Tints of Evening Sea #186350

Color information

#186350 (or 0x186350) is unknown color: approx Evening Sea. HEX triplet: 18, 63 and 50. RGB value is (24,99,80). Sum of RGB (Red+Green+Blue) = 24+99+80=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #186350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186350 is #E79CAF. Grayscale: #4A4A4A. Windows color (decimal): -15178928 or 5268248. OLE color: 5268248.

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

Color convert

RGB249980-
CMYK0.7600.190.61
HSL164.8º60.98%24.12%-
HSV(B)164.8º75.76%38.82%-
XYZ6.299.79.13-
YUV74.41131.1592.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=11.82%
G=48.77%
B=39.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499800.7600.190.61164.860.9824.12
Hex1863504C0133Da53d18
Octal30143120114023752457530
Binary110001100011101000010011000100111111011010010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186350; }

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

 H1.HeaderClassName
 {
   color: #186350;
 }
 .AnyTagClassName
 {
   color: #186350;
 }
</style>
background-color css

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

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

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

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

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

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