Html Css Color HEX #126F71 Blue Stone

📋 copy color: '#126F71'

red 18 ◦ green 111 ◦ blue 113

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

Shades of Blue Stone #126F71

Tints of Blue Stone #126F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 7.44%
G = 45.87%
B = 46.69%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#126F71 (or 0x126F71) is known color: Blue Stone. HEX triplet: 12, 6F and 71. RGB value is (18,111,113). Sum of RGB (Red+Green+Blue) = 18+111+113=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #126F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F71 is #ED908E. Grayscale: #535353. Windows color (decimal): -15569039 or 7434002. OLE color: 7434002.

HSL color Cylindrical-coordinate representation of color #126F71: hue angle of 181.26º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F71 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 111 113 -
CMYK 0.84 0.02 0 0.56
HSL 181.26º 0.73% 0.26% -
HSV(B) 181.26º 0.84% 0.44% -
XYZ 8.91 12.69 17.6 -
YUV 83.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 18 111 113 0.84 0.02 0 0.56 181.26 0.73 0.26
Hex 12 6F 71 54 2 0 38 B5 49 1A
Octal 22 157 161 124 2 0 70 265 111 32
Binary 10010 1101111 1110001 1010100 10 0 111000 10110101 1001001 11010

Color Harmonies of #126F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F71

Black with #126F71

Text Example


Text Example

White with #126F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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