#18798B

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

Shades of Allports #18798B

Tints of Allports #18798B

Color information

#18798B (or 0x18798B) is unknown color: approx Allports. HEX triplet: 18, 79 and 8B. RGB value is (24,121,139). Sum of RGB (Red+Green+Blue) = 24+121+139=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #18798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18798B is #E78674. Grayscale: #5D5D5D. Windows color (decimal): -15173237 or 9140504. OLE color: 9140504.

HSL color Cylindrical-coordinate representation of color #18798B: hue angle of 189.39º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18798B is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB24121139-
CMYK0.830.1300.45
HSL189.39º70.55%31.96%-
HSV(B)189.39º82.73%54.51%-
XYZ11.8715.7326.84-
YUV94.05153.3678.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 121 (47.66% from 255) = 42.61%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=8.45%
G=42.61%
B=48.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241211390.830.1300.45189.3970.5531.96
Hex18798B53D02Dbd4720
Octal301712131231505527510740
Binary11000111100110001011101001111010101101101111011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18798B; }

 p { color: rgb(24,121,139); }

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

<style>
 a { background-color: #18798B; }

 a { background-color: rgb(24,121,139); }

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

<style>
 span { border-color: #18798B; }

 span { border-color: rgb(24,121,139); }

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