Html Css Color HEX #126F70 Blue Stone

📋 copy color: '#126F70'

red 18 ◦ green 111 ◦ blue 112

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

Shades of Blue Stone #126F70

Tints of Blue Stone #126F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 7.47%
G = 46.06%
B = 46.47%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#126F70 (or 0x126F70) is known color: Blue Stone. HEX triplet: 12, 6F and 70. RGB value is (18,111,112). Sum of RGB (Red+Green+Blue) = 18+111+112=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #126F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F70 is #ED908F. Grayscale: #535353. Windows color (decimal): -15569040 or 7368466. OLE color: 7368466.

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

Color convert

RGB 18 111 112 -
CMYK 0.84 0.01 0 0.56
HSL 180.64º 0.72% 0.25% -
HSV(B) 180.64º 0.84% 0.44% -
XYZ 8.86 12.67 17.31 -
YUV 83.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 18 111 112 0.84 0.01 0 0.56 180.64 0.72 0.25
Hex 12 6F 70 54 1 0 38 B5 48 19
Octal 22 157 160 124 1 0 70 265 110 31
Binary 10010 1101111 1110000 1010100 1 0 111000 10110101 1001000 11001

Color Harmonies of #126F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F70

Black with #126F70

Text Example


Text Example

White with #126F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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