Html Css Color HEX #106670 Blue Lagoon

📋 copy color: '#106670'

red 16 ◦ green 102 ◦ blue 112

#106670
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #106670

Tints of Blue Lagoon #106670

RGB

 RED value IS 16 (6.64% from 255) = 6.96%

 GREEN value IS 102 (40.23% from 255) = 44.35%

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 6.96%
G = 44.35%
B = 48.7%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#106670 (or 0x106670) is known color: Blue Lagoon. HEX triplet: 10, 66 and 70. RGB value is (16,102,112). Sum of RGB (Red+Green+Blue) = 16+102+112=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #106670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106670 is #EF998F. Grayscale: #4D4D4D. Windows color (decimal): -15702416 or 7366160. OLE color: 7366160.

HSL color Cylindrical-coordinate representation of color #106670: hue angle of 186.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106670 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 102 112 -
CMYK 0.86 0.09 0 0.56
HSL 186.25º 0.75% 0.25% -
HSV(B) 186.25º 0.86% 0.44% -
XYZ 7.89 10.78 16.99 -
YUV 77.43 147.51 84.19 -
System Red Green Blue C M Y K H S L
Decimal 16 102 112 0.86 0.09 0 0.56 186.25 0.75 0.25
Hex 10 66 70 56 9 0 38 BA 4B 19
Octal 20 146 160 126 11 0 70 272 113 31
Binary 10000 1100110 1110000 1010110 1001 0 111000 10111010 1001011 11001

Color Harmonies of #106670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106670

Black with #106670

Text Example


Text Example

White with #106670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106670; }

 p { color: rgb(16,102,112); }

 H1.HeaderClassName
 {
   color: #106670;
 }
 .AnyTagClassName
 {
   color: #106670;
 }
</style>

background-color css

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

 a { background-color: rgb(16,102,112); }

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

border-color css

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

 span { border-color: rgb(16,102,112); }

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