#18768A

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

Shades of Allports #18768A

Tints of Allports #18768A

Color information

#18768A (or 0x18768A) is unknown color: approx Allports. HEX triplet: 18, 76 and 8A. RGB value is (24,118,138). Sum of RGB (Red+Green+Blue) = 24+118+138=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #18768A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18768A is #E78975. Grayscale: #5C5C5C. Windows color (decimal): -15174006 or 9074200. OLE color: 9074200.

HSL color Cylindrical-coordinate representation of color #18768A: hue angle of 190.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18768A is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB24118138-
CMYK0.830.1400.46
HSL190.53º70.37%31.76%-
HSV(B)190.53º82.61%54.12%-
XYZ11.4414.9926.33-
YUV92.17153.8679.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.57%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=8.57%
G=42.14%
B=49.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241181380.830.1400.46190.5370.3731.76
Hex18768A53E02Ebf4620
Octal301662121231605627710640
Binary11000111011010001010101001111100101110101111111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,118,138); }

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

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

 a { background-color: rgb(24,118,138); }

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

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

 span { border-color: rgb(24,118,138); }

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