#18747D

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

Shades of Allports #18747D

Tints of Allports #18747D

Color information

#18747D (or 0x18747D) is unknown color: approx Allports. HEX triplet: 18, 74 and 7D. RGB value is (24,116,125). Sum of RGB (Red+Green+Blue) = 24+116+125=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #18747D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18747D is #E78B82. Grayscale: #595959. Windows color (decimal): -15174531 or 8221720. OLE color: 8221720.

HSL color Cylindrical-coordinate representation of color #18747D: hue angle of 185.35º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18747D is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB24116125-
CMYK0.810.0700.51
HSL185.35º67.79%29.22%-
HSV(B)185.35º80.8%49.02%-
XYZ10.3214.1721.59-
YUV89.52148.0281.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=9.06%
G=43.77%
B=47.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241161250.810.0700.51185.3567.7929.22
Hex18747D517033b9441d
Octal30164175121706327110435
Binary11000111010011111011010001111011001110111001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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