#126353

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

Shades of Blue Stone #126353

Tints of Blue Stone #126353

Color information

#126353 (or 0x126353) is unknown color: approx Blue Stone. HEX triplet: 12, 63 and 53. RGB value is (18,99,83). Sum of RGB (Red+Green+Blue) = 18+99+83=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #126353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126353 is #ED9CAC. Grayscale: #484848. Windows color (decimal): -15572141 or 5464850. OLE color: 5464850.

HSL color Cylindrical-coordinate representation of color #126353: hue angle of 168.15º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126353 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB189983-
CMYK0.8200.160.61
HSL168.15º69.23%22.94%-
HSV(B)168.15º81.82%38.82%-
XYZ6.279.689.72-
YUV72.96133.6688.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=9%
G=49.5%
B=41.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899830.8200.160.61168.1569.2322.94
Hex126353520103Da84517
Octal221431231220207525010527
Binary1001011000111010011101001001000011110110101000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126353; }

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

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

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

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

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

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

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

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