Html Css Color HEX #126F63 Blue Stone

📋 copy color: '#126F63'

red 18 ◦ green 111 ◦ blue 99

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

Shades of Blue Stone #126F63

Tints of Blue Stone #126F63

RGB

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

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

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

R = 7.89%
G = 48.68%
B = 43.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#126F63 (or 0x126F63) is known color: Blue Stone. HEX triplet: 12, 6F and 63. RGB value is (18,111,99). Sum of RGB (Red+Green+Blue) = 18+111+99=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #126F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F63 is #ED909C. Grayscale: #515151. Windows color (decimal): -15569053 or 6516498. OLE color: 6516498.

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

Color convert

RGB 18 111 99 -
CMYK 0.84 0 0.11 0.56
HSL 172.26º 0.72% 0.25% -
HSV(B) 172.26º 0.84% 0.44% -
XYZ 8.19 12.4 13.77 -
YUV 81.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 18 111 99 0.84 0 0.11 0.56 172.26 0.72 0.25
Hex 12 6F 63 54 0 B 38 AC 48 19
Octal 22 157 143 124 0 13 70 254 110 31
Binary 10010 1101111 1100011 1010100 0 1011 111000 10101100 1001000 11001

Color Harmonies of #126F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F63

Black with #126F63

Text Example


Text Example

White with #126F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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