Html Css Color HEX #156959 Blue Stone

📋 copy color: '#156959'

red 21 ◦ green 105 ◦ blue 89

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

Shades of Blue Stone #156959

Tints of Blue Stone #156959

RGB

 RED value IS 21 (8.59% from 255) = 9.77%

 GREEN value IS 105 (41.41% from 255) = 48.84%

 BLUE value IS 89 (35.16% from 255) = 41.4%

R = 9.77%
G = 48.84%
B = 41.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#156959 (or 0x156959) is known color: Blue Stone. HEX triplet: 15, 69 and 59. RGB value is (21,105,89). Sum of RGB (Red+Green+Blue) = 21+105+89=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #156959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156959 is #EA96A6. Grayscale: #4E4E4E. Windows color (decimal): -15373991 or 5859605. OLE color: 5859605.

HSL color Cylindrical-coordinate representation of color #156959: hue angle of 168.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156959 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 105 89 -
CMYK 0.80 0 0.15 0.59
HSL 168.57º 0.67% 0.25% -
HSV(B) 168.57º 0.8% 0.41% -
XYZ 7.16 10.98 11.19 -
YUV 78.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 21 105 89 0.80 0 0.15 0.59 168.57 0.67 0.25
Hex 15 69 59 50 0 F 3B A9 43 19
Octal 25 151 131 120 0 17 73 251 103 31
Binary 10101 1101001 1011001 1010000 0 1111 111011 10101001 1000011 11001

Color Harmonies of #156959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156959

Black with #156959

Text Example


Text Example

White with #156959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156959; }

 p { color: rgb(21,105,89); }

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

background-color css

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

 a { background-color: rgb(21,105,89); }

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

border-color css

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

 span { border-color: rgb(21,105,89); }

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