#106972

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

Shades of Blue Lagoon #106972

Tints of Blue Lagoon #106972

Color information

#106972 (or 0x106972) is unknown color: approx Blue Lagoon. HEX triplet: 10, 69 and 72. RGB value is (16,105,114). Sum of RGB (Red+Green+Blue) = 16+105+114=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #106972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106972 is #EF968D. Grayscale: #4F4F4F. Windows color (decimal): -15701646 or 7498000. OLE color: 7498000.

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

Color convert

RGB16105114-
CMYK0.860.0800.55
HSL185.51º75.38%25.49%-
HSV(B)185.51º85.96%44.71%-
XYZ8.311.4317.69-
YUV79.41147.5182.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.81%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=6.81%
G=44.68%
B=48.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161051140.860.0800.55185.5175.3825.49
Hex106972568037ba4b19
Octal201511621261006727211331
Binary100001101001111001010101101000011011110111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106972; }

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

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

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

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

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

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

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

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