Html Css Color HEX #12726A Blue Stone

📋 copy color: '#12726A'

red 18 ◦ green 114 ◦ blue 106

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

Shades of Blue Stone #12726A

Tints of Blue Stone #12726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 7.56%
G = 47.9%
B = 44.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#12726A (or 0x12726A) is known color: Blue Stone. HEX triplet: 12, 72 and 6A. RGB value is (18,114,106). Sum of RGB (Red+Green+Blue) = 18+114+106=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #12726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12726A is #ED8D95. Grayscale: #545454. Windows color (decimal): -15568278 or 6976018. OLE color: 6976018.

HSL color Cylindrical-coordinate representation of color #12726A: hue angle of 175º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12726A is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 106 -
CMYK 0.84 0 0.07 0.55
HSL 175º 0.73% 0.26% -
HSV(B) 175º 0.84% 0.45% -
XYZ 8.87 13.2 15.72 -
YUV 84.38 140.2 80.65 -
System Red Green Blue C M Y K H S L
Decimal 18 114 106 0.84 0 0.07 0.55 175 0.73 0.26
Hex 12 72 6A 54 0 7 37 AF 49 1A
Octal 22 162 152 124 0 7 67 257 111 32
Binary 10010 1110010 1101010 1010100 0 111 110111 10101111 1001001 11010

Color Harmonies of #12726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12726A

Black with #12726A

Text Example


Text Example

White with #12726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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