#186D75

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

Shades of Allports #186D75

Tints of Allports #186D75

Color information

#186D75 (or 0x186D75) is unknown color: approx Allports. HEX triplet: 18, 6D and 75. RGB value is (24,109,117). Sum of RGB (Red+Green+Blue) = 24+109+117=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #186D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186D75 is #E7928A. Grayscale: #545454. Windows color (decimal): -15176331 or 7695640. OLE color: 7695640.

HSL color Cylindrical-coordinate representation of color #186D75: hue angle of 185.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186D75 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB24109117-
CMYK0.790.0700.54
HSL185.16º65.96%27.65%-
HSV(B)185.16º79.49%45.88%-
XYZ9.0612.4218.75-
YUV84.5146.3484.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 109 (42.97% from 255) = 43.6%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=9.6%
G=43.6%
B=46.8%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal241091170.790.0700.54185.1665.9627.65
Hex186D754F7036b9421c
Octal30155165117706627110234
Binary11000110110111101011001111111011011010111001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,109,117); }

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

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

 a { background-color: rgb(24,109,117); }

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

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

 span { border-color: rgb(24,109,117); }

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