#18747A

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

Shades of Allports #18747A

Tints of Allports #18747A

Color information

#18747A (or 0x18747A) is unknown color: approx Allports. HEX triplet: 18, 74 and 7A. RGB value is (24,116,122). Sum of RGB (Red+Green+Blue) = 24+116+122=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #18747A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18747A is #E78B85. Grayscale: #595959. Windows color (decimal): -15174534 or 8025112. OLE color: 8025112.

HSL color Cylindrical-coordinate representation of color #18747A: hue angle of 183.67º 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 #18747A is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB24116122-
CMYK0.800.0500.52
HSL183.67º67.12%28.63%-
HSV(B)183.67º80.33%47.84%-
XYZ10.1314.0920.6-
YUV89.18146.5281.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.16%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=9.16%
G=44.27%
B=46.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal241161220.800.0500.52183.6767.1228.63
Hex18747A505034b8431d
Octal30164172120506427010335
Binary11000111010011110101010000101011010010111000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18747A; }

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

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

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

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

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

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

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

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