#186A4D

Color #186A4D Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #186A4D

Tints of Jewel #186A4D

Color information

#186A4D (or 0x186A4D) is unknown color: approx Jewel. HEX triplet: 18, 6A and 4D. RGB value is (24,106,77). Sum of RGB (Red+Green+Blue) = 24+106+77=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #186A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A4D is #E795B2. Grayscale: #4E4E4E. Windows color (decimal): -15177139 or 5073432. OLE color: 5073432.

HSL color Cylindrical-coordinate representation of color #186A4D: hue angle of 158.78º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A4D is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB2410677-
CMYK0.7700.270.58
HSL158.78º63.08%25.49%-
HSV(B)158.78º77.36%41.57%-
XYZ6.8711.048.79-
YUV78.18127.3389.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 106 (41.80% from 255) = 51.21%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=11.59%
G=51.21%
B=37.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24106770.7700.270.58158.7863.0825.49
Hex186A4D4D01B3A9f3f19
Octal30152115115033722377731
Binary110001101010100110110011010110111110101001111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186A4D; }

 p { color: rgb(24,106,77); }

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

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

 a { background-color: rgb(24,106,77); }

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

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

 span { border-color: rgb(24,106,77); }

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