#177270

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

Shades of Blue Stone #177270

Tints of Blue Stone #177270

Color information

#177270 (or 0x177270) is unknown color: approx Blue Stone. HEX triplet: 17, 72 and 70. RGB value is (23,114,112). Sum of RGB (Red+Green+Blue) = 23+114+112=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #177270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177270 is #E88D8F. Grayscale: #565656. Windows color (decimal): -15240592 or 7369239. OLE color: 7369239.

HSL color Cylindrical-coordinate representation of color #177270: hue angle of 178.68º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177270 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB23114112-
CMYK0.8000.020.55
HSL178.68º66.42%26.86%-
HSV(B)178.68º79.82%44.71%-
XYZ9.313.3917.42-
YUV86.56142.3582.66-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.24%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=9.24%
G=45.78%
B=44.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal231141120.8000.020.55178.6866.4226.86
Hex177270500237b3421b
Octal27162160120026726310233
Binary1011111100101110000101000001011011110110011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177270; }

 p { color: rgb(23,114,112); }

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

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

 a { background-color: rgb(23,114,112); }

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

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

 span { border-color: rgb(23,114,112); }

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