Html Css Color HEX #12706A Blue Stone

📋 copy color: '#12706A'

red 18 ◦ green 112 ◦ blue 106

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

Shades of Blue Stone #12706A

Tints of Blue Stone #12706A

RGB

 RED value IS 18 (7.42% from 255) = 7.63%

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

 BLUE value IS 106 (41.8% from 255) = 44.92%

R = 7.63%
G = 47.46%
B = 44.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#12706A (or 0x12706A) is known color: Blue Stone. HEX triplet: 12, 70 and 6A. RGB value is (18,112,106). Sum of RGB (Red+Green+Blue) = 18+112+106=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #12706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12706A is #ED8F95. Grayscale: #535353. Windows color (decimal): -15568790 or 6975506. OLE color: 6975506.

HSL color Cylindrical-coordinate representation of color #12706A: hue angle of 176.17º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12706A is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 106 -
CMYK 0.84 0 0.05 0.56
HSL 176.17º 0.72% 0.25% -
HSV(B) 176.17º 0.84% 0.44% -
XYZ 8.65 12.76 15.64 -
YUV 83.21 140.86 81.49 -
System Red Green Blue C M Y K H S L
Decimal 18 112 106 0.84 0 0.05 0.56 176.17 0.72 0.25
Hex 12 70 6A 54 0 5 38 B0 48 19
Octal 22 160 152 124 0 5 70 260 110 31
Binary 10010 1110000 1101010 1010100 0 101 111000 10110000 1001000 11001

Color Harmonies of #12706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12706A

Black with #12706A

Text Example


Text Example

White with #12706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12706A; }

 p { color: rgb(18,112,106); }

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

background-color css

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

 a { background-color: rgb(18,112,106); }

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

border-color css

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

 span { border-color: rgb(18,112,106); }

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