Html Css Color HEX #106A74 Blue Lagoon

📋 copy color: '#106A74'

red 16 ◦ green 106 ◦ blue 116

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

Shades of Blue Lagoon #106A74

Tints of Blue Lagoon #106A74

RGB

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

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

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

R = 6.72%
G = 44.54%
B = 48.74%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#106A74 (or 0x106A74) is known color: Blue Lagoon. HEX triplet: 10, 6A and 74. RGB value is (16,106,116). Sum of RGB (Red+Green+Blue) = 16+106+116=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #106A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A74 is #EF958B. Grayscale: #505050. Windows color (decimal): -15701388 or 7629328. OLE color: 7629328.

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

Color convert

RGB 16 106 116 -
CMYK 0.86 0.09 0 0.55
HSL 186º 0.76% 0.26% -
HSV(B) 186º 0.86% 0.45% -
XYZ 8.52 11.68 18.33 -
YUV 80.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 16 106 116 0.86 0.09 0 0.55 186 0.76 0.26
Hex 10 6A 74 56 9 0 37 BA 4C 1A
Octal 20 152 164 126 11 0 67 272 114 32
Binary 10000 1101010 1110100 1010110 1001 0 110111 10111010 1001100 11010

Color Harmonies of #106A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106A74

Black with #106A74

Text Example


Text Example

White with #106A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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