#18788B

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

Shades of Allports #18788B

Tints of Allports #18788B

Color information

#18788B (or 0x18788B) is unknown color: approx Allports. HEX triplet: 18, 78 and 8B. RGB value is (24,120,139). Sum of RGB (Red+Green+Blue) = 24+120+139=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #18788B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18788B is #E78774. Grayscale: #5D5D5D. Windows color (decimal): -15173493 or 9140248. OLE color: 9140248.

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

Color convert

RGB24120139-
CMYK0.830.1400.45
HSL189.91º70.55%31.96%-
HSV(B)189.91º82.73%54.51%-
XYZ11.7515.4926.8-
YUV93.46153.778.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=8.48%
G=42.40%
B=49.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241201390.830.1400.45189.9170.5531.96
Hex18788B53E02Dbe4720
Octal301702131231605527610740
Binary11000111100010001011101001111100101101101111101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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