#186258

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

Shades of Blue Stone #186258

Tints of Blue Stone #186258

Color information

#186258 (or 0x186258) is unknown color: approx Blue Stone. HEX triplet: 18, 62 and 58. RGB value is (24,98,88). Sum of RGB (Red+Green+Blue) = 24+98+88=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #186258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186258 is #E79DA7. Grayscale: #4A4A4A. Windows color (decimal): -15179176 or 5792280. OLE color: 5792280.

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

Color convert

RGB249888-
CMYK0.7600.100.62
HSL171.89º60.66%23.92%-
HSV(B)171.89º75.51%38.43%-
XYZ6.519.6310.75-
YUV74.73135.4891.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 98 (38.67% from 255) = 46.67%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=11.43%
G=46.67%
B=41.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2498880.7600.100.62171.8960.6623.92
Hex1862584C0A3Eac3d18
Octal30142130114012762547530
Binary11000110001010110001001100010101111101010110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186258; }

 p { color: rgb(24,98,88); }

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

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

 a { background-color: rgb(24,98,88); }

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

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

 span { border-color: rgb(24,98,88); }

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