Html Css Color HEX #187170 Blue Stone

📋 copy color: '#187170'

red 24 ◦ green 113 ◦ blue 112

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

Shades of Blue Stone #187170

Tints of Blue Stone #187170

RGB

 RED value IS 24 (9.77% from 255) = 9.64%

 GREEN value IS 113 (44.53% from 255) = 45.38%

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 9.64%
G = 45.38%
B = 44.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#187170 (or 0x187170) is known color: Blue Stone. HEX triplet: 18, 71 and 70. RGB value is (24,113,112). Sum of RGB (Red+Green+Blue) = 24+113+112=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #187170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187170 is #E78E8F. Grayscale: #565656. Windows color (decimal): -15175312 or 7368984. OLE color: 7368984.

HSL color Cylindrical-coordinate representation of color #187170: hue angle of 179.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187170 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 113 112 -
CMYK 0.79 0 0.01 0.56
HSL 179.33º 0.65% 0.27% -
HSV(B) 179.33º 0.79% 0.44% -
XYZ 9.21 13.17 17.39 -
YUV 86.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 24 113 112 0.79 0 0.01 0.56 179.33 0.65 0.27
Hex 18 71 70 4F 0 1 38 B3 41 1B
Octal 30 161 160 117 0 1 70 263 101 33
Binary 11000 1110001 1110000 1001111 0 1 111000 10110011 1000001 11011

Color Harmonies of #187170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187170

Black with #187170

Text Example


Text Example

White with #187170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187170; }

 p { color: rgb(24,113,112); }

 H1.HeaderClassName
 {
   color: #187170;
 }
 .AnyTagClassName
 {
   color: #187170;
 }
</style>

background-color css

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

 a { background-color: rgb(24,113,112); }

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

border-color css

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

 span { border-color: rgb(24,113,112); }

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