Html Css Color HEX #126D72 Blue Stone

📋 copy color: '#126D72'

red 18 ◦ green 109 ◦ blue 114

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

Shades of Blue Stone #126D72

Tints of Blue Stone #126D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.23%

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

R = 7.47%
G = 45.23%
B = 47.3%

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

#126D72 (or 0x126D72) is known color: Blue Stone. HEX triplet: 12, 6D and 72. RGB value is (18,109,114). Sum of RGB (Red+Green+Blue) = 18+109+114=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #126D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D72 is #ED928D. Grayscale: #525252. Windows color (decimal): -15569550 or 7499026. OLE color: 7499026.

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

Color convert

RGB 18 109 114 -
CMYK 0.84 0.04 0 0.55
HSL 183.13º 0.73% 0.26% -
HSV(B) 183.13º 0.84% 0.45% -
XYZ 8.76 12.28 17.83 -
YUV 82.36 145.85 82.09 -
System Red Green Blue C M Y K H S L
Decimal 18 109 114 0.84 0.04 0 0.55 183.13 0.73 0.26
Hex 12 6D 72 54 4 0 37 B7 49 1A
Octal 22 155 162 124 4 0 67 267 111 32
Binary 10010 1101101 1110010 1010100 100 0 110111 10110111 1001001 11010

Color Harmonies of #126D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D72

Black with #126D72

Text Example


Text Example

White with #126D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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