#17605E

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

Shades of Blue Stone #17605E

Tints of Blue Stone #17605E

Color information

#17605E (or 0x17605E) is unknown color: approx Blue Stone. HEX triplet: 17, 60 and 5E. RGB value is (23,96,94). Sum of RGB (Red+Green+Blue) = 23+96+94=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #17605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17605E is #E89FA1. Grayscale: #494949. Windows color (decimal): -15245218 or 6184983. OLE color: 6184983.

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

Color convert

RGB239694-
CMYK0.7600.020.62
HSL178.36º61.34%23.33%-
HSV(B)178.36º76.04%37.65%-
XYZ6.569.3612.05-
YUV73.94139.3291.66-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.80%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=10.80%
G=45.07%
B=44.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2396940.7600.020.62178.3661.3423.33
Hex17605E4C023Eb23d17
Octal2714013611402762627527
Binary101111100000101111010011000101111101011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,96,94); }

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

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

 a { background-color: rgb(23,96,94); }

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

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

 span { border-color: rgb(23,96,94); }

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