#106375

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

Shades of Blue Lagoon #106375

Tints of Blue Lagoon #106375

Color information

#106375 (or 0x106375) is unknown color: approx Blue Lagoon. HEX triplet: 10, 63 and 75. RGB value is (16,99,117). Sum of RGB (Red+Green+Blue) = 16+99+117=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #106375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106375 is #EF9C8A. Grayscale: #4C4C4C. Windows color (decimal): -15703179 or 7693072. OLE color: 7693072.

HSL color Cylindrical-coordinate representation of color #106375: hue angle of 190.69º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106375 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1699117-
CMYK0.860.1500.54
HSL190.69º75.94%26.08%-
HSV(B)190.69º86.32%45.88%-
XYZ7.8910.3218.41-
YUV76.2415185.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 99 (39.06% from 255) = 42.67%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=6.90%
G=42.67%
B=50.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16991170.860.1500.54190.6975.9426.08
Hex10637556F036bf4c1a
Octal201431651261706627711432
Binary100001100011111010110101101111011011010111111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106375; }

 p { color: rgb(16,99,117); }

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

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

 a { background-color: rgb(16,99,117); }

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

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

 span { border-color: rgb(16,99,117); }

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