Html Css Color HEX #156757 Blue Stone

📋 copy color: '#156757'

red 21 ◦ green 103 ◦ blue 87

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

Shades of Blue Stone #156757

Tints of Blue Stone #156757

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.82%

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 9.95%
G = 48.82%
B = 41.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#156757 (or 0x156757) is known color: Blue Stone. HEX triplet: 15, 67 and 57. RGB value is (21,103,87). Sum of RGB (Red+Green+Blue) = 21+103+87=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #156757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156757 is #EA98A8. Grayscale: #4C4C4C. Windows color (decimal): -15374505 or 5728021. OLE color: 5728021.

HSL color Cylindrical-coordinate representation of color #156757: hue angle of 168.29º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156757 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 103 87 -
CMYK 0.80 0 0.16 0.60
HSL 168.29º 0.66% 0.24% -
HSV(B) 168.29º 0.8% 0.4% -
XYZ 6.88 10.55 10.69 -
YUV 76.66 133.83 88.3 -
System Red Green Blue C M Y K H S L
Decimal 21 103 87 0.80 0 0.16 0.60 168.29 0.66 0.24
Hex 15 67 57 50 0 10 3C A8 42 18
Octal 25 147 127 120 0 20 74 250 102 30
Binary 10101 1100111 1010111 1010000 0 10000 111100 10101000 1000010 11000

Color Harmonies of #156757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156757

Black with #156757

Text Example


Text Example

White with #156757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156757; }

 p { color: rgb(21,103,87); }

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

background-color css

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

 a { background-color: rgb(21,103,87); }

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

border-color css

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

 span { border-color: rgb(21,103,87); }

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