#18707B

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

Shades of Allports #18707B

Tints of Allports #18707B

Color information

#18707B (or 0x18707B) is unknown color: approx Allports. HEX triplet: 18, 70 and 7B. RGB value is (24,112,123). Sum of RGB (Red+Green+Blue) = 24+112+123=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #18707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18707B is #E78F84. Grayscale: #565656. Windows color (decimal): -15175557 or 8089624. OLE color: 8089624.

HSL color Cylindrical-coordinate representation of color #18707B: hue angle of 186.67º 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 #18707B is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB24112123-
CMYK0.800.0900.52
HSL186.67º67.35%28.82%-
HSV(B)186.67º80.49%48.24%-
XYZ9.7513.2120.78-
YUV86.94148.3583.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.27%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=9.27%
G=43.24%
B=47.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal241121230.800.0900.52186.6767.3528.82
Hex18707B509034bb431d
Octal301601731201106427310335
Binary110001110000111101110100001001011010010111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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