Html Css Color HEX #126F6A Blue Stone

📋 copy color: '#126F6A'

red 18 ◦ green 111 ◦ blue 106

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

Shades of Blue Stone #126F6A

Tints of Blue Stone #126F6A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.23%

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

R = 7.66%
G = 47.23%
B = 45.11%

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

#126F6A (or 0x126F6A) is known color: Blue Stone. HEX triplet: 12, 6F and 6A. RGB value is (18,111,106). Sum of RGB (Red+Green+Blue) = 18+111+106=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #126F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F6A is #ED9095. Grayscale: #525252. Windows color (decimal): -15569046 or 6975250. OLE color: 6975250.

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

Color convert

RGB 18 111 106 -
CMYK 0.84 0 0.05 0.56
HSL 176.77º 0.72% 0.25% -
HSV(B) 176.77º 0.84% 0.44% -
XYZ 8.54 12.54 15.61 -
YUV 82.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 18 111 106 0.84 0 0.05 0.56 176.77 0.72 0.25
Hex 12 6F 6A 54 0 5 38 B1 48 19
Octal 22 157 152 124 0 5 70 261 110 31
Binary 10010 1101111 1101010 1010100 0 101 111000 10110001 1001000 11001

Color Harmonies of #126F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F6A

Black with #126F6A

Text Example


Text Example

White with #126F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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