#106A5A

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

Shades of Blue Stone #106A5A

Tints of Blue Stone #106A5A

Color information

#106A5A (or 0x106A5A) is unknown color: approx Blue Stone. HEX triplet: 10, 6A and 5A. RGB value is (16,106,90). Sum of RGB (Red+Green+Blue) = 16+106+90=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #106A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A5A is #EF95A5. Grayscale: #4D4D4D. Windows color (decimal): -15701414 or 5925392. OLE color: 5925392.

HSL color Cylindrical-coordinate representation of color #106A5A: hue angle of 169.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106A5A is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB1610690-
CMYK0.8500.150.58
HSL169.33º73.77%23.92%-
HSV(B)169.33º84.91%41.57%-
XYZ7.2111.1611.45-
YUV77.27135.1884.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 106 (41.80% from 255) = 50%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=7.55%
G=50%
B=42.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16106900.8500.150.58169.3373.7723.92
Hex106A5A550F3Aa94a18
Octal201521321250177225111230
Binary100001101010101101010101010111111101010101001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106A5A; }

 p { color: rgb(16,106,90); }

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

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

 a { background-color: rgb(16,106,90); }

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

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

 span { border-color: rgb(16,106,90); }

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