Html Css Color HEX #15706D Blue Stone

📋 copy color: '#15706D'

red 21 ◦ green 112 ◦ blue 109

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

Shades of Blue Stone #15706D

Tints of Blue Stone #15706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 8.68%
G = 46.28%
B = 45.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#15706D (or 0x15706D) is known color: Blue Stone. HEX triplet: 15, 70 and 6D. RGB value is (21,112,109). Sum of RGB (Red+Green+Blue) = 21+112+109=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #15706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15706D is #EA8F92. Grayscale: #545454. Windows color (decimal): -15372179 or 7172117. OLE color: 7172117.

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

Color convert

RGB 21 112 109 -
CMYK 0.81 0 0.03 0.56
HSL 178.02º 0.68% 0.26% -
HSV(B) 178.02º 0.81% 0.44% -
XYZ 8.86 12.85 16.48 -
YUV 84.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 21 112 109 0.81 0 0.03 0.56 178.02 0.68 0.26
Hex 15 70 6D 51 0 3 38 B2 44 1A
Octal 25 160 155 121 0 3 70 262 104 32
Binary 10101 1110000 1101101 1010001 0 11 111000 10110010 1000100 11010

Color Harmonies of #15706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15706D

Black with #15706D

Text Example


Text Example

White with #15706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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