Html Css Color HEX #177270 Blue Stone

📋 copy color: '#177270'

red 23 ◦ green 114 ◦ blue 112

#177270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #177270

Tints of Blue Stone #177270

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 value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#177270 (or 0x177270) is known color: 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

RGB 23 114 112 -
CMYK 0.80 0 0.02 0.55
HSL 178.68º 0.66% 0.27% -
HSV(B) 178.68º 0.8% 0.45% -
XYZ 9.3 13.39 17.42 -
YUV 86.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 23 114 112 0.80 0 0.02 0.55 178.68 0.66 0.27
Hex 17 72 70 50 0 2 37 B3 42 1B
Octal 27 162 160 120 0 2 67 263 102 33
Binary 10111 1110010 1110000 1010000 0 10 110111 10110011 1000010 11011

Color Harmonies of #177270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177270

Black with #177270

Text Example


Text Example

White with #177270

Text Example


Text Example

HTML Codes & Css Web 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>