#126855

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

Shades of Blue Stone #126855

Tints of Blue Stone #126855

Color information

#126855 (or 0x126855) is unknown color: approx Blue Stone. HEX triplet: 12, 68 and 55. RGB value is (18,104,85). Sum of RGB (Red+Green+Blue) = 18+104+85=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #126855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126855 is #ED97AA. Grayscale: #4C4C4C. Windows color (decimal): -15570859 or 5597202. OLE color: 5597202.

HSL color Cylindrical-coordinate representation of color #126855: hue angle of 166.74º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126855 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1810485-
CMYK0.8300.180.59
HSL166.74º70.49%23.92%-
HSV(B)166.74º82.69%40.78%-
XYZ6.8410.6910.3-
YUV76.12133.0186.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 104 (41.02% from 255) = 50.24%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=8.70%
G=50.24%
B=41.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104850.8300.180.59166.7470.4923.92
Hex126855530123Ba74618
Octal221501251230227324710630
Binary1001011010001010101101001101001011101110100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126855; }

 p { color: rgb(18,104,85); }

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

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

 a { background-color: rgb(18,104,85); }

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

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

 span { border-color: rgb(18,104,85); }

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