#126654

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

Shades of Blue Stone #126654

Tints of Blue Stone #126654

Color information

#126654 (or 0x126654) is unknown color: approx Blue Stone. HEX triplet: 12, 66 and 54. RGB value is (18,102,84). Sum of RGB (Red+Green+Blue) = 18+102+84=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #126654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126654 is #ED99AB. Grayscale: #4A4A4A. Windows color (decimal): -15571372 or 5531154. OLE color: 5531154.

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

Color convert

RGB1810284-
CMYK0.8200.180.6
HSL167.14º70%23.53%-
HSV(B)167.14º82.35%40%-
XYZ6.610.2710.02-
YUV74.83133.1787.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 102 (40.23% from 255) = 50%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=8.82%
G=50%
B=41.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102840.8200.180.6167.147023.53
Hex126654520123Ca74618
Octal221461241220227424710630
Binary1001011001101010100101001001001011110010100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126654; }

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

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

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

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

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

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

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

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