#18615E

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

Shades of Blue Stone #18615E

Tints of Blue Stone #18615E

Color information

#18615E (or 0x18615E) is unknown color: approx Blue Stone. HEX triplet: 18, 61 and 5E. RGB value is (24,97,94). Sum of RGB (Red+Green+Blue) = 24+97+94=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #18615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18615E is #E79EA1. Grayscale: #4A4A4A. Windows color (decimal): -15179426 or 6185240. OLE color: 6185240.

HSL color Cylindrical-coordinate representation of color #18615E: hue angle of 177.53º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18615E is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB249794-
CMYK0.7500.030.62
HSL177.53º60.33%23.73%-
HSV(B)177.53º75.26%38.04%-
XYZ6.679.5512.08-
YUV74.83138.8291.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=11.16%
G=45.12%
B=43.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497940.7500.030.62177.5360.3323.73
Hex18615E4B033Eb23c18
Octal3014113611303762627430
Binary110001100001101111010010110111111101011001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18615E; }

 p { color: rgb(24,97,94); }

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

<style>
 a { background-color: #18615E; }

 a { background-color: rgb(24,97,94); }

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

<style>
 span { border-color: #18615E; }

 span { border-color: rgb(24,97,94); }

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