Html Css Color HEX #106972 Blue Lagoon

📋 copy color: '#106972'

red 16 ◦ green 105 ◦ blue 114

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

Shades of Blue Lagoon #106972

Tints of Blue Lagoon #106972

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 value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#106972 (or 0x106972) is known color: 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

RGB 16 105 114 -
CMYK 0.86 0.08 0 0.55
HSL 185.51º 0.75% 0.25% -
HSV(B) 185.51º 0.86% 0.45% -
XYZ 8.3 11.43 17.69 -
YUV 79.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 16 105 114 0.86 0.08 0 0.55 185.51 0.75 0.25
Hex 10 69 72 56 8 0 37 BA 4B 19
Octal 20 151 162 126 10 0 67 272 113 31
Binary 10000 1101001 1110010 1010110 1000 0 110111 10111010 1001011 11001

Color Harmonies of #106972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106972

Black with #106972

Text Example


Text Example

White with #106972

Text Example


Text Example

HTML Codes & Css Web 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>