#106974

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

Shades of Blue Lagoon #106974

Tints of Blue Lagoon #106974

Color information

#106974 (or 0x106974) is unknown color: approx Blue Lagoon. HEX triplet: 10, 69 and 74. RGB value is (16,105,116). Sum of RGB (Red+Green+Blue) = 16+105+116=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #106974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106974 is #EF968B. Grayscale: #4F4F4F. Windows color (decimal): -15701644 or 7629072. OLE color: 7629072.

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

Color convert

RGB16105116-
CMYK0.860.0900.55
HSL186.6º75.76%25.88%-
HSV(B)186.6º86.21%45.49%-
XYZ8.4211.4718.29-
YUV79.64148.5182.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=6.75%
G=44.30%
B=48.95%

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
Decimal161051160.860.0900.55186.675.7625.88
Hex106974569037bb4c1a
Octal201511641261106727311432
Binary100001101001111010010101101001011011110111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106974; }

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

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

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

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

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

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

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

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