#18778A

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

Shades of Allports #18778A

Tints of Allports #18778A

Color information

#18778A (or 0x18778A) is unknown color: approx Allports. HEX triplet: 18, 77 and 8A. RGB value is (24,119,138). Sum of RGB (Red+Green+Blue) = 24+119+138=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #18778A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18778A is #E78875. Grayscale: #5C5C5C. Windows color (decimal): -15173750 or 9074456. OLE color: 9074456.

HSL color Cylindrical-coordinate representation of color #18778A: hue angle of 190º 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 #18778A is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB24119138-
CMYK0.830.1400.46
HSL190º70.37%31.76%-
HSV(B)190º82.61%54.12%-
XYZ11.5615.2226.37-
YUV92.76153.5378.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.54%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=8.54%
G=42.35%
B=49.11%

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
Decimal241191380.830.1400.4619070.3731.76
Hex18778A53E02Ebe4620
Octal301672121231605627610640
Binary11000111011110001010101001111100101110101111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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