#126F62

Color #126F62 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #126F62

Tints of Blue Stone #126F62

Color information

#126F62 (or 0x126F62) is unknown color: approx Blue Stone. HEX triplet: 12, 6F and 62. RGB value is (18,111,98). Sum of RGB (Red+Green+Blue) = 18+111+98=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #126F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F62 is #ED909D. Grayscale: #515151. Windows color (decimal): -15569054 or 6450962. OLE color: 6450962.

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

Color convert

RGB1811198-
CMYK0.8400.120.56
HSL171.61º72.09%25.29%-
HSV(B)171.61º83.78%43.53%-
XYZ8.1412.3813.52-
YUV81.71137.1982.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 111 (43.75% from 255) = 48.90%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=7.93%
G=48.90%
B=43.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111980.8400.120.56171.6172.0925.29
Hex126F62540C38ac4819
Octal221571421240147025411031
Binary100101101111110001010101000110011100010101100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #126F62;
 }
 .AnyTagClassName
 {
   color: #126F62;
 }
</style>
background-color css

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

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

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

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

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

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