#126755

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

Shades of Blue Stone #126755

Tints of Blue Stone #126755

Color information

#126755 (or 0x126755) is unknown color: approx Blue Stone. HEX triplet: 12, 67 and 55. RGB value is (18,103,85). Sum of RGB (Red+Green+Blue) = 18+103+85=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #126755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126755 is #ED98AA. Grayscale: #4B4B4B. Windows color (decimal): -15571115 or 5596946. OLE color: 5596946.

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

Color convert

RGB1810385-
CMYK0.8300.170.60
HSL167.29º70.25%23.73%-
HSV(B)167.29º82.52%40.39%-
XYZ6.7410.4810.26-
YUV75.53133.3486.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 103 (40.62% from 255) = 50%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=8.74%
G=50%
B=41.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103850.8300.170.60167.2970.2523.73
Hex126755530113Ca74618
Octal221471251230217424710630
Binary1001011001111010101101001101000111110010100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126755; }

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

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

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

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

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

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

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

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