Html Css Color HEX #126666 Blue Stone

📋 copy color: '#126666'

red 18 ◦ green 102 ◦ blue 102

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

Shades of Blue Stone #126666

Tints of Blue Stone #126666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.95%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 8.11%
G = 45.95%
B = 45.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#126666 (or 0x126666) is known color: Blue Stone. HEX triplet: 12, 66 and 66. RGB value is (18,102,102). Sum of RGB (Red+Green+Blue) = 18+102+102=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #126666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126666 is #ED9999. Grayscale: #4C4C4C. Windows color (decimal): -15571354 or 6710802. OLE color: 6710802.

HSL color Cylindrical-coordinate representation of color #126666: hue angle of 180º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126666 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 102 -
CMYK 0.82 0 0 0.6
HSL 180º 0.7% 0.24% -
HSV(B) 180º 0.82% 0.4% -
XYZ 7.4 10.59 14.22 -
YUV 76.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 18 102 102 0.82 0 0 0.6 180 0.7 0.24
Hex 12 66 66 52 0 0 3C B4 46 18
Octal 22 146 146 122 0 0 74 264 106 30
Binary 10010 1100110 1100110 1010010 0 0 111100 10110100 1000110 11000

Color Harmonies of #126666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126666

Black with #126666

Text Example


Text Example

White with #126666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126666; }

 p { color: rgb(18,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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