Html Css Color HEX #106D74 Blue Lagoon

📋 copy color: '#106D74'

red 16 ◦ green 109 ◦ blue 116

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

Shades of Blue Lagoon #106D74

Tints of Blue Lagoon #106D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.23%

 BLUE value IS 116 (45.7% from 255) = 48.13%

R = 6.64%
G = 45.23%
B = 48.13%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#106D74 (or 0x106D74) is known color: Blue Lagoon. HEX triplet: 10, 6D and 74. RGB value is (16,109,116). Sum of RGB (Red+Green+Blue) = 16+109+116=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #106D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D74 is #EF928B. Grayscale: #515151. Windows color (decimal): -15700620 or 7630096. OLE color: 7630096.

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

Color convert

RGB 16 109 116 -
CMYK 0.86 0.06 0 0.55
HSL 184.2º 0.76% 0.26% -
HSV(B) 184.2º 0.86% 0.45% -
XYZ 8.83 12.31 18.43 -
YUV 81.99 147.19 80.93 -
System Red Green Blue C M Y K H S L
Decimal 16 109 116 0.86 0.06 0 0.55 184.2 0.76 0.26
Hex 10 6D 74 56 6 0 37 B8 4C 1A
Octal 20 155 164 126 6 0 67 270 114 32
Binary 10000 1101101 1110100 1010110 110 0 110111 10111000 1001100 11010

Color Harmonies of #106D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106D74

Black with #106D74

Text Example


Text Example

White with #106D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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