#186E7A

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

Shades of Allports #186E7A

Tints of Allports #186E7A

Color information

#186E7A (or 0x186E7A) is unknown color: approx Allports. HEX triplet: 18, 6E and 7A. RGB value is (24,110,122). Sum of RGB (Red+Green+Blue) = 24+110+122=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #186E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E7A is #E79185. Grayscale: #555555. Windows color (decimal): -15176070 or 8023576. OLE color: 8023576.

HSL color Cylindrical-coordinate representation of color #186E7A: hue angle of 187.35º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #186E7A is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB24110122-
CMYK0.800.1000.52
HSL187.35º67.12%28.63%-
HSV(B)187.35º80.33%47.84%-
XYZ9.4712.7520.37-
YUV85.65148.5184.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.38%
GREEN value IS 110 (43.36% from 255) = 42.97%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=9.38%
G=42.97%
B=47.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal241101220.800.1000.52187.3567.1228.63
Hex186E7A50A034bb431d
Octal301561721201206427310335
Binary110001101110111101010100001010011010010111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,110,122); }

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

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

 a { background-color: rgb(24,110,122); }

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

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

 span { border-color: rgb(24,110,122); }

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