Html Css Color HEX #106970 Blue Lagoon

📋 copy color: '#106970'

red 16 ◦ green 105 ◦ blue 112

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

Shades of Blue Lagoon #106970

Tints of Blue Lagoon #106970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.06%

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

R = 6.87%
G = 45.06%
B = 48.07%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#106970 (or 0x106970) is known color: Blue Lagoon. HEX triplet: 10, 69 and 70. RGB value is (16,105,112). Sum of RGB (Red+Green+Blue) = 16+105+112=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #106970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106970 is #EF968F. Grayscale: #4F4F4F. Windows color (decimal): -15701648 or 7366928. OLE color: 7366928.

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

Color convert

RGB 16 105 112 -
CMYK 0.86 0.06 0 0.56
HSL 184.38º 0.75% 0.25% -
HSV(B) 184.38º 0.86% 0.44% -
XYZ 8.19 11.38 17.09 -
YUV 79.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 16 105 112 0.86 0.06 0 0.56 184.38 0.75 0.25
Hex 10 69 70 56 6 0 38 B8 4B 19
Octal 20 151 160 126 6 0 70 270 113 31
Binary 10000 1101001 1110000 1010110 110 0 111000 10111000 1001011 11001

Color Harmonies of #106970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106970

Black with #106970

Text Example


Text Example

White with #106970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106970; }

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

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

background-color css

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

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

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

border-color css

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

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

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