Html Css Color HEX #156E6B Blue Stone

📋 copy color: '#156E6B'

red 21 ◦ green 110 ◦ blue 107

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

Shades of Blue Stone #156E6B

Tints of Blue Stone #156E6B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.22%

 BLUE value IS 107 (42.19% from 255) = 44.96%

R = 8.82%
G = 46.22%
B = 44.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#156E6B (or 0x156E6B) is known color: Blue Stone. HEX triplet: 15, 6E and 6B. RGB value is (21,110,107). Sum of RGB (Red+Green+Blue) = 21+110+107=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 110 - color contains mainly: green. Hex color #156E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E6B is #EA9194. Grayscale: #525252. Windows color (decimal): -15372693 or 7040533. OLE color: 7040533.

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

Color convert

RGB 21 110 107 -
CMYK 0.81 0 0.03 0.57
HSL 177.98º 0.68% 0.26% -
HSV(B) 177.98º 0.81% 0.43% -
XYZ 8.54 12.37 15.85 -
YUV 83.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 21 110 107 0.81 0 0.03 0.57 177.98 0.68 0.26
Hex 15 6E 6B 51 0 3 39 B2 44 1A
Octal 25 156 153 121 0 3 71 262 104 32
Binary 10101 1101110 1101011 1010001 0 11 111001 10110010 1000100 11010

Color Harmonies of #156E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156E6B

Black with #156E6B

Text Example


Text Example

White with #156E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,110,107); }

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

background-color css

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

 a { background-color: rgb(21,110,107); }

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

border-color css

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

 span { border-color: rgb(21,110,107); }

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