#106772

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

Shades of Blue Lagoon #106772

Tints of Blue Lagoon #106772

Color information

#106772 (or 0x106772) is unknown color: approx Blue Lagoon. HEX triplet: 10, 67 and 72. RGB value is (16,103,114). Sum of RGB (Red+Green+Blue) = 16+103+114=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #106772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106772 is #EF988D. Grayscale: #4E4E4E. Windows color (decimal): -15702158 or 7497488. OLE color: 7497488.

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

Color convert

RGB16103114-
CMYK0.860.1000.55
HSL186.73º75.38%25.49%-
HSV(B)186.73º85.96%44.71%-
XYZ8.111.0317.62-
YUV78.24148.1883.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.87%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=6.87%
G=44.21%
B=48.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161031140.860.1000.55186.7375.3825.49
Hex10677256A037bb4b19
Octal201471621261206727311331
Binary100001100111111001010101101010011011110111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106772; }

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

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

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

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

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

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

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

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