#106870

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

Shades of Blue Lagoon #106870

Tints of Blue Lagoon #106870

Color information

#106870 (or 0x106870) is unknown color: approx Blue Lagoon. HEX triplet: 10, 68 and 70. RGB value is (16,104,112). Sum of RGB (Red+Green+Blue) = 16+104+112=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #106870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106870 is #EF978F. Grayscale: #4E4E4E. Windows color (decimal): -15701904 or 7366672. OLE color: 7366672.

HSL color Cylindrical-coordinate representation of color #106870: hue angle of 185º 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 #106870 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB16104112-
CMYK0.860.0700.56
HSL185º75%25.1%-
HSV(B)185º85.71%43.92%-
XYZ8.0911.1817.06-
YUV78.6146.8583.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=6.90%
G=44.83%
B=48.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal161041120.860.0700.561857525.1
Hex106870567038b94b19
Octal20150160126707027111331
Binary10000110100011100001010110111011100010111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106870; }

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

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

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

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

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

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

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

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