#126554

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

Shades of Blue Stone #126554

Tints of Blue Stone #126554

Color information

#126554 (or 0x126554) is unknown color: approx Blue Stone. HEX triplet: 12, 65 and 54. RGB value is (18,101,84). Sum of RGB (Red+Green+Blue) = 18+101+84=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #126554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126554 is #ED9AAB. Grayscale: #4A4A4A. Windows color (decimal): -15571628 or 5530898. OLE color: 5530898.

HSL color Cylindrical-coordinate representation of color #126554: hue angle of 167.71º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126554 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1810184-
CMYK0.8200.170.60
HSL167.71º69.75%23.33%-
HSV(B)167.71º82.18%39.61%-
XYZ6.510.089.99-
YUV74.24133.587.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 101 (39.84% from 255) = 49.75%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=8.87%
G=49.75%
B=41.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101840.8200.170.60167.7169.7523.33
Hex126554520113Ca84617
Octal221451241220217425010627
Binary1001011001011010100101001001000111110010101000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126554; }

 p { color: rgb(18,101,84); }

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

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

 a { background-color: rgb(18,101,84); }

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

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

 span { border-color: rgb(18,101,84); }

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