#18516A

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

Shades of Orient #18516A

Tints of Orient #18516A

Color information

#18516A (or 0x18516A) is unknown color: approx Orient. HEX triplet: 18, 51 and 6A. RGB value is (24,81,106). Sum of RGB (Red+Green+Blue) = 24+81+106=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #18516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18516A is #E7AE95. Grayscale: #424242. Windows color (decimal): -15183510 or 6967576. OLE color: 6967576.

HSL color Cylindrical-coordinate representation of color #18516A: hue angle of 198.29º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18516A is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2481106-
CMYK0.770.2400.58
HSL198.29º63.08%25.49%-
HSV(B)198.29º77.36%41.57%-
XYZ5.927.1214.7-
YUV66.81150.1297.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=11.37%
G=38.39%
B=50.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24811060.770.2400.58198.2963.0825.49
Hex18516A4D1803Ac63f19
Octal30121152115300723067731
Binary110001010001110101010011011100001110101100011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,81,106); }

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

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

 a { background-color: rgb(24,81,106); }

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

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

 span { border-color: rgb(24,81,106); }

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