#18606D

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

Shades of Allports #18606D

Tints of Allports #18606D

Color information

#18606D (or 0x18606D) is unknown color: approx Allports. HEX triplet: 18, 60 and 6D. RGB value is (24,96,109). Sum of RGB (Red+Green+Blue) = 24+96+109=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #18606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18606D is #E79F92. Grayscale: #4B4B4B. Windows color (decimal): -15179667 or 7168024. OLE color: 7168024.

HSL color Cylindrical-coordinate representation of color #18606D: hue angle of 189.18º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18606D is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2496109-
CMYK0.780.1200.57
HSL189.18º63.91%26.08%-
HSV(B)189.18º77.98%42.75%-
XYZ7.329.6615.95-
YUV75.95146.6590.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=10.48%
G=41.92%
B=47.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24961090.780.1200.57189.1863.9126.08
Hex18606D4EC039bd401a
Octal301401551161407127510032
Binary110001100000110110110011101100011100110111101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18606D; }

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

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

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

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

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

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

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

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