#105E73

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

Shades of Blue Lagoon #105E73

Tints of Blue Lagoon #105E73

Color information

#105E73 (or 0x105E73) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5E and 73. RGB value is (16,94,115). Sum of RGB (Red+Green+Blue) = 16+94+115=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #105E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E73 is #EFA18C. Grayscale: #484848. Windows color (decimal): -15704461 or 7560720. OLE color: 7560720.

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

Color convert

RGB1694115-
CMYK0.860.1800.55
HSL192.73º75.57%25.69%-
HSV(B)192.73º86.09%45.1%-
XYZ7.319.3517.64-
YUV73.07151.6687.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=7.11%
G=41.78%
B=51.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16941150.860.1800.55192.7375.5725.69
Hex105E735612037c14c1a
Octal201361631262206730111432
Binary1000010111101110011101011010010011011111000001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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