#126158

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

Shades of Blue Stone #126158

Tints of Blue Stone #126158

Color information

#126158 (or 0x126158) is unknown color: approx Blue Stone. HEX triplet: 12, 61 and 58. RGB value is (18,97,88). Sum of RGB (Red+Green+Blue) = 18+97+88=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #126158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126158 is #ED9EA7. Grayscale: #484848. Windows color (decimal): -15572648 or 5792018. OLE color: 5792018.

HSL color Cylindrical-coordinate representation of color #126158: hue angle of 173.16º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126158 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB189788-
CMYK0.8100.090.62
HSL173.16º68.7%22.55%-
HSV(B)173.16º81.44%38.04%-
XYZ6.299.3810.71-
YUV72.35136.8389.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=8.87%
G=47.78%
B=43.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897880.8100.090.62173.1668.722.55
Hex12615851093Ead4517
Octal221411301210117625510527
Binary100101100001101100010100010100111111010101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126158; }

 p { color: rgb(18,97,88); }

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

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

 a { background-color: rgb(18,97,88); }

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

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

 span { border-color: rgb(18,97,88); }

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