#105E6E

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

Shades of Blue Lagoon #105E6E

Tints of Blue Lagoon #105E6E

Color information

#105E6E (or 0x105E6E) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5E and 6E. RGB value is (16,94,110). Sum of RGB (Red+Green+Blue) = 16+94+110=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #105E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E6E is #EFA191. Grayscale: #484848. Windows color (decimal): -15704466 or 7233040. OLE color: 7233040.

HSL color Cylindrical-coordinate representation of color #105E6E: hue angle of 190.21º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105E6E is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1694110-
CMYK0.850.1500.57
HSL190.21º74.6%24.71%-
HSV(B)190.21º85.45%43.14%-
XYZ7.039.2416.17-
YUV72.5149.1687.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 110 (43.36% from 255) = 50%
R=7.27%
G=42.73%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16941100.850.1500.57190.2174.624.71
Hex105E6E55F039be4b19
Octal201361561251707127611331
Binary100001011110110111010101011111011100110111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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