#105E70

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

Shades of Blue Lagoon #105E70

Tints of Blue Lagoon #105E70

Color information

#105E70 (or 0x105E70) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5E and 70. RGB value is (16,94,112). Sum of RGB (Red+Green+Blue) = 16+94+112=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #105E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E70 is #EFA18F. Grayscale: #484848. Windows color (decimal): -15704464 or 7364112. OLE color: 7364112.

HSL color Cylindrical-coordinate representation of color #105E70: hue angle of 191.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105E70 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1694112-
CMYK0.860.1600.56
HSL191.25º75%25.1%-
HSV(B)191.25º85.71%43.92%-
XYZ7.149.2916.75-
YUV72.73150.1687.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.21%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 112 (44.14% from 255) = 50.45%
R=7.21%
G=42.34%
B=50.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16941120.860.1600.56191.257525.1
Hex105E705610038bf4b19
Octal201361601262007027711331
Binary1000010111101110000101011010000011100010111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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