#105E76

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

Shades of Blue Lagoon #105E76

Tints of Blue Lagoon #105E76

Color information

#105E76 (or 0x105E76) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5E and 76. RGB value is (16,94,118). Sum of RGB (Red+Green+Blue) = 16+94+118=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #105E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E76 is #EFA189. Grayscale: #494949. Windows color (decimal): -15704458 or 7757328. OLE color: 7757328.

HSL color Cylindrical-coordinate representation of color #105E76: hue angle of 194.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105E76 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1694118-
CMYK0.860.2000.54
HSL194.12º76.12%26.27%-
HSV(B)194.12º86.44%46.27%-
XYZ7.499.4218.56-
YUV73.41153.1687.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.02%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=7.02%
G=41.23%
B=51.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16941180.860.2000.54194.1276.1226.27
Hex105E765614036c24c1a
Octal201361661262406630211432
Binary1000010111101110110101011010100011011011000010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105E76; }

 p { color: rgb(16,94,118); }

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

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

 a { background-color: rgb(16,94,118); }

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

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

 span { border-color: rgb(16,94,118); }

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