#126060

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

Shades of Blue Stone #126060

Tints of Blue Stone #126060

Color information

#126060 (or 0x126060) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 60. RGB value is (18,96,96). Sum of RGB (Red+Green+Blue) = 18+96+96=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #126060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126060 is #ED9F9F. Grayscale: #484848. Windows color (decimal): -15572896 or 6316050. OLE color: 6316050.

HSL color Cylindrical-coordinate representation of color #126060: hue angle of 180º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126060 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB189696-
CMYK0.81000.62
HSL180º68.42%22.35%-
HSV(B)180º81.25%37.65%-
XYZ6.549.3412.52-
YUV72.68141.1689-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=8.57%
G=45.71%
B=45.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896960.81000.6218068.4222.35
Hex12606051003Eb44416
Octal22140140121007626410426
Binary100101100000110000010100010011111010110100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126060; }

 p { color: rgb(18,96,96); }

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

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

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

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

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

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

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