Html Css Color HEX #156963 Blue Stone

📋 copy color: '#156963'

red 21 ◦ green 105 ◦ blue 99

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

Shades of Blue Stone #156963

Tints of Blue Stone #156963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44%

R = 9.33%
G = 46.67%
B = 44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#156963 (or 0x156963) is known color: Blue Stone. HEX triplet: 15, 69 and 63. RGB value is (21,105,99). Sum of RGB (Red+Green+Blue) = 21+105+99=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #156963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156963 is #EA969C. Grayscale: #4F4F4F. Windows color (decimal): -15373981 or 6514965. OLE color: 6514965.

HSL color Cylindrical-coordinate representation of color #156963: hue angle of 175.71º 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 #156963 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 105 99 -
CMYK 0.80 0 0.06 0.59
HSL 175.71º 0.67% 0.25% -
HSV(B) 175.71º 0.8% 0.41% -
XYZ 7.61 11.16 13.56 -
YUV 79.2 139.17 86.49 -
System Red Green Blue C M Y K H S L
Decimal 21 105 99 0.80 0 0.06 0.59 175.71 0.67 0.25
Hex 15 69 63 50 0 6 3B B0 43 19
Octal 25 151 143 120 0 6 73 260 103 31
Binary 10101 1101001 1100011 1010000 0 110 111011 10110000 1000011 11001

Color Harmonies of #156963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156963

Black with #156963

Text Example


Text Example

White with #156963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156963; }

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

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

background-color css

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

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

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

border-color css

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

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

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