#17625A

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

Shades of Blue Stone #17625A

Tints of Blue Stone #17625A

Color information

#17625A (or 0x17625A) is unknown color: approx Blue Stone. HEX triplet: 17, 62 and 5A. RGB value is (23,98,90). Sum of RGB (Red+Green+Blue) = 23+98+90=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #17625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17625A is #E89DA5. Grayscale: #4A4A4A. Windows color (decimal): -15244710 or 5923351. OLE color: 5923351.

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

Color convert

RGB239890-
CMYK0.7700.080.62
HSL173.6º61.98%23.73%-
HSV(B)173.6º76.53%38.43%-
XYZ6.579.6611.19-
YUV74.66136.6591.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.90%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=10.90%
G=46.45%
B=42.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2398900.7700.080.62173.661.9823.73
Hex17625A4D083Eae3e18
Octal27142132115010762567630
Binary10111110001010110101001101010001111101010111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17625A; }

 p { color: rgb(23,98,90); }

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

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

 a { background-color: rgb(23,98,90); }

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

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

 span { border-color: rgb(23,98,90); }

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