Html Css Color HEX #126D63 Blue Stone

📋 copy color: '#126D63'

red 18 ◦ green 109 ◦ blue 99

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

Shades of Blue Stone #126D63

Tints of Blue Stone #126D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 7.96%
G = 48.23%
B = 43.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#126D63 (or 0x126D63) is known color: Blue Stone. HEX triplet: 12, 6D and 63. RGB value is (18,109,99). Sum of RGB (Red+Green+Blue) = 18+109+99=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #126D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D63 is #ED929C. Grayscale: #505050. Windows color (decimal): -15569565 or 6515986. OLE color: 6515986.

HSL color Cylindrical-coordinate representation of color #126D63: hue angle of 173.41º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D63 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 109 99 -
CMYK 0.83 0 0.09 0.57
HSL 173.41º 0.72% 0.25% -
HSV(B) 173.41º 0.83% 0.43% -
XYZ 7.97 11.97 13.69 -
YUV 80.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 18 109 99 0.83 0 0.09 0.57 173.41 0.72 0.25
Hex 12 6D 63 53 0 9 39 AD 48 19
Octal 22 155 143 123 0 11 71 255 110 31
Binary 10010 1101101 1100011 1010011 0 1001 111001 10101101 1001000 11001

Color Harmonies of #126D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D63

Black with #126D63

Text Example


Text Example

White with #126D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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