#18695A

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

Shades of Blue Stone #18695A

Tints of Blue Stone #18695A

Color information

#18695A (or 0x18695A) is unknown color: approx Blue Stone. HEX triplet: 18, 69 and 5A. RGB value is (24,105,90). Sum of RGB (Red+Green+Blue) = 24+105+90=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #18695A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18695A is #E796A5. Grayscale: #4F4F4F. Windows color (decimal): -15177382 or 5925144. OLE color: 5925144.

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

Color convert

RGB2410590-
CMYK0.7700.140.59
HSL168.89º62.79%25.29%-
HSV(B)168.89º77.14%41.18%-
XYZ7.2711.0411.42-
YUV79.07134.1688.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=10.96%
G=47.95%
B=41.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24105900.7700.140.59168.8962.7925.29
Hex18695A4D0E3Ba93f19
Octal30151132115016732517731
Binary11000110100110110101001101011101110111010100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,105,90); }

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

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

 a { background-color: rgb(24,105,90); }

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

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

 span { border-color: rgb(24,105,90); }

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