Html Css Color HEX #106A72 Blue Lagoon

📋 copy color: '#106A72'

red 16 ◦ green 106 ◦ blue 114

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

Shades of Blue Lagoon #106A72

Tints of Blue Lagoon #106A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.92%

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 6.78%
G = 44.92%
B = 48.31%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#106A72 (or 0x106A72) is known color: Blue Lagoon. HEX triplet: 10, 6A and 72. RGB value is (16,106,114). Sum of RGB (Red+Green+Blue) = 16+106+114=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #106A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A72 is #EF958D. Grayscale: #4F4F4F. Windows color (decimal): -15701390 or 7498256. OLE color: 7498256.

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

Color convert

RGB 16 106 114 -
CMYK 0.86 0.07 0 0.55
HSL 184.9º 0.75% 0.25% -
HSV(B) 184.9º 0.86% 0.45% -
XYZ 8.4 11.63 17.72 -
YUV 80 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 16 106 114 0.86 0.07 0 0.55 184.9 0.75 0.25
Hex 10 6A 72 56 7 0 37 B9 4B 19
Octal 20 152 162 126 7 0 67 271 113 31
Binary 10000 1101010 1110010 1010110 111 0 110111 10111001 1001011 11001

Color Harmonies of #106A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106A72

Black with #106A72

Text Example


Text Example

White with #106A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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