Html Css Color HEX #126E72 Blue Stone

📋 copy color: '#126E72'

red 18 ◦ green 110 ◦ blue 114

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

Shades of Blue Stone #126E72

Tints of Blue Stone #126E72

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.45%

 BLUE value IS 114 (44.92% from 255) = 47.11%

R = 7.44%
G = 45.45%
B = 47.11%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#126E72 (or 0x126E72) is known color: Blue Stone. HEX triplet: 12, 6E and 72. RGB value is (18,110,114). Sum of RGB (Red+Green+Blue) = 18+110+114=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #126E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E72 is #ED918D. Grayscale: #525252. Windows color (decimal): -15569294 or 7499282. OLE color: 7499282.

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

Color convert

RGB 18 110 114 -
CMYK 0.84 0.04 0 0.55
HSL 182.5º 0.73% 0.26% -
HSV(B) 182.5º 0.84% 0.45% -
XYZ 8.86 12.5 17.86 -
YUV 82.95 145.52 81.67 -
System Red Green Blue C M Y K H S L
Decimal 18 110 114 0.84 0.04 0 0.55 182.5 0.73 0.26
Hex 12 6E 72 54 4 0 37 B6 49 1A
Octal 22 156 162 124 4 0 67 266 111 32
Binary 10010 1101110 1110010 1010100 100 0 110111 10110110 1001001 11010

Color Harmonies of #126E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E72

Black with #126E72

Text Example


Text Example

White with #126E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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