#18747F

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

Shades of Allports #18747F

Tints of Allports #18747F

Color information

#18747F (or 0x18747F) is unknown color: approx Allports. HEX triplet: 18, 74 and 7F. RGB value is (24,116,127). Sum of RGB (Red+Green+Blue) = 24+116+127=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #18747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18747F is #E78B80. Grayscale: #595959. Windows color (decimal): -15174529 or 8352792. OLE color: 8352792.

HSL color Cylindrical-coordinate representation of color #18747F: hue angle of 186.41º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18747F is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB24116127-
CMYK0.810.0900.50
HSL186.41º68.21%29.61%-
HSV(B)186.41º81.1%49.8%-
XYZ10.4514.2222.27-
YUV89.75149.0281.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 127 (50% from 255) = 47.57%
R=8.99%
G=43.45%
B=47.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal241161270.810.0900.50186.4168.2129.61
Hex18747F519032ba441e
Octal301641771211106227210436
Binary110001110100111111110100011001011001010111010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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