#186360

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

Shades of Blue Stone #186360

Tints of Blue Stone #186360

Color information

#186360 (or 0x186360) is unknown color: approx Blue Stone. HEX triplet: 18, 63 and 60. RGB value is (24,99,96). Sum of RGB (Red+Green+Blue) = 24+99+96=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #186360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186360 is #E79C9F. Grayscale: #4C4C4C. Windows color (decimal): -15178912 or 6316824. OLE color: 6316824.

HSL color Cylindrical-coordinate representation of color #186360: hue angle of 177.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186360 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB249996-
CMYK0.7600.030.61
HSL177.6º60.98%24.12%-
HSV(B)177.6º75.76%38.82%-
XYZ6.959.9612.62-
YUV76.23139.1590.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=10.96%
G=45.21%
B=43.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499960.7600.030.61177.660.9824.12
Hex1863604C033Db23d18
Octal3014314011403752627530
Binary110001100011110000010011000111111011011001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186360; }

 p { color: rgb(24,99,96); }

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

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

 a { background-color: rgb(24,99,96); }

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

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

 span { border-color: rgb(24,99,96); }

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