Html Css Color HEX #12706C Blue Stone

📋 copy color: '#12706C'

red 18 ◦ green 112 ◦ blue 108

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

Shades of Blue Stone #12706C

Tints of Blue Stone #12706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.38%

R = 7.56%
G = 47.06%
B = 45.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#12706C (or 0x12706C) is known color: Blue Stone. HEX triplet: 12, 70 and 6C. RGB value is (18,112,108). Sum of RGB (Red+Green+Blue) = 18+112+108=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #12706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12706C is #ED8F93. Grayscale: #535353. Windows color (decimal): -15568788 or 7106578. OLE color: 7106578.

HSL color Cylindrical-coordinate representation of color #12706C: hue angle of 177.45º 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 #12706C is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 108 -
CMYK 0.84 0 0.04 0.56
HSL 177.45º 0.72% 0.25% -
HSV(B) 177.45º 0.84% 0.44% -
XYZ 8.75 12.8 16.2 -
YUV 83.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 18 112 108 0.84 0 0.04 0.56 177.45 0.72 0.25
Hex 12 70 6C 54 0 4 38 B1 48 19
Octal 22 160 154 124 0 4 70 261 110 31
Binary 10010 1110000 1101100 1010100 0 100 111000 10110001 1001000 11001

Color Harmonies of #12706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12706C

Black with #12706C

Text Example


Text Example

White with #12706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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