#18757B

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

Shades of Allports #18757B

Tints of Allports #18757B

Color information

#18757B (or 0x18757B) is unknown color: approx Allports. HEX triplet: 18, 75 and 7B. RGB value is (24,117,123). Sum of RGB (Red+Green+Blue) = 24+117+123=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #18757B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18757B is #E78A84. Grayscale: #595959. Windows color (decimal): -15174277 or 8090904. OLE color: 8090904.

HSL color Cylindrical-coordinate representation of color #18757B: hue angle of 183.64º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18757B is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB24117123-
CMYK0.800.0500.52
HSL183.64º67.35%28.82%-
HSV(B)183.64º80.49%48.24%-
XYZ10.3114.3520.96-
YUV89.88146.6981.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.09%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=9.09%
G=44.32%
B=46.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal241171230.800.0500.52183.6467.3528.82
Hex18757B505034b8431d
Octal30165173120506427010335
Binary11000111010111110111010000101011010010111000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,117,123); }

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

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

 a { background-color: rgb(24,117,123); }

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

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

 span { border-color: rgb(24,117,123); }

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