#106572

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

Shades of Blue Lagoon #106572

Tints of Blue Lagoon #106572

Color information

#106572 (or 0x106572) is unknown color: approx Blue Lagoon. HEX triplet: 10, 65 and 72. RGB value is (16,101,114). Sum of RGB (Red+Green+Blue) = 16+101+114=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #106572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106572 is #EF9A8D. Grayscale: #4C4C4C. Windows color (decimal): -15702670 or 7496976. OLE color: 7496976.

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

Color convert

RGB16101114-
CMYK0.860.1100.55
HSL187.96º75.38%25.49%-
HSV(B)187.96º85.96%44.71%-
XYZ7.910.6317.56-
YUV77.07148.8484.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=6.93%
G=43.72%
B=49.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161011140.860.1100.55187.9675.3825.49
Hex10657256B037bc4b19
Octal201451621261306727411331
Binary100001100101111001010101101011011011110111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106572; }

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

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

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

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

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

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

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

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