#185D61

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

Shades of Blue Stone #185D61

Tints of Blue Stone #185D61

Color information

#185D61 (or 0x185D61) is unknown color: approx Blue Stone. HEX triplet: 18, 5D and 61. RGB value is (24,93,97). Sum of RGB (Red+Green+Blue) = 24+93+97=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #185D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D61 is #E7A29E. Grayscale: #484848. Windows color (decimal): -15180447 or 6380824. OLE color: 6380824.

HSL color Cylindrical-coordinate representation of color #185D61: hue angle of 183.29º 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 #185D61 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB249397-
CMYK0.750.0400.62
HSL183.29º60.33%23.73%-
HSV(B)183.29º75.26%38.04%-
XYZ6.458.8912.68-
YUV72.82141.6493.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=11.21%
G=43.46%
B=45.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2493970.750.0400.62183.2960.3323.73
Hex185D614B403Eb73c18
Octal3013514111340762677430
Binary1100010111011100001100101110001111101011011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185D61; }

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

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

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

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

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

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

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

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