Html Css Color HEX #156D5E Blue Stone

📋 copy color: '#156D5E'

red 21 ◦ green 109 ◦ blue 94

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

Shades of Blue Stone #156D5E

Tints of Blue Stone #156D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.66%

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 9.38%
G = 48.66%
B = 41.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#156D5E (or 0x156D5E) is known color: Blue Stone. HEX triplet: 15, 6D and 5E. RGB value is (21,109,94). Sum of RGB (Red+Green+Blue) = 21+109+94=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #156D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D5E is #EA92A1. Grayscale: #505050. Windows color (decimal): -15372962 or 6188309. OLE color: 6188309.

HSL color Cylindrical-coordinate representation of color #156D5E: hue angle of 169.77º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D5E is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 109 94 -
CMYK 0.81 0 0.14 0.57
HSL 169.77º 0.68% 0.25% -
HSV(B) 169.77º 0.81% 0.43% -
XYZ 7.8 11.9 12.48 -
YUV 80.98 135.35 85.22 -
System Red Green Blue C M Y K H S L
Decimal 21 109 94 0.81 0 0.14 0.57 169.77 0.68 0.25
Hex 15 6D 5E 51 0 E 39 AA 44 19
Octal 25 155 136 121 0 16 71 252 104 31
Binary 10101 1101101 1011110 1010001 0 1110 111001 10101010 1000100 11001

Color Harmonies of #156D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156D5E

Black with #156D5E

Text Example


Text Example

White with #156D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156D5E; }

 p { color: rgb(21,109,94); }

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

background-color css

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

 a { background-color: rgb(21,109,94); }

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

border-color css

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

 span { border-color: rgb(21,109,94); }

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