#106872

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

Shades of Blue Lagoon #106872

Tints of Blue Lagoon #106872

Color information

#106872 (or 0x106872) is unknown color: approx Blue Lagoon. HEX triplet: 10, 68 and 72. RGB value is (16,104,114). Sum of RGB (Red+Green+Blue) = 16+104+114=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #106872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106872 is #EF978D. Grayscale: #4E4E4E. Windows color (decimal): -15701902 or 7497744. OLE color: 7497744.

HSL color Cylindrical-coordinate representation of color #106872: hue angle of 186.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106872 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB16104114-
CMYK0.860.0900.55
HSL186.12º75.38%25.49%-
HSV(B)186.12º85.96%44.71%-
XYZ8.211.2317.65-
YUV78.83147.8583.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.84%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=6.84%
G=44.44%
B=48.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161041140.860.0900.55186.1275.3825.49
Hex106872569037ba4b19
Octal201501621261106727211331
Binary100001101000111001010101101001011011110111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106872; }

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

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

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

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

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

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

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

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