Html Css Color HEX #106770 Blue Lagoon

📋 copy color: '#106770'

red 16 ◦ green 103 ◦ blue 112

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

Shades of Blue Lagoon #106770

Tints of Blue Lagoon #106770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

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

R = 6.93%
G = 44.59%
B = 48.48%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#106770 (or 0x106770) is known color: Blue Lagoon. HEX triplet: 10, 67 and 70. RGB value is (16,103,112). Sum of RGB (Red+Green+Blue) = 16+103+112=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #106770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106770 is #EF988F. Grayscale: #4D4D4D. Windows color (decimal): -15702160 or 7366416. OLE color: 7366416.

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

Color convert

RGB 16 103 112 -
CMYK 0.86 0.08 0 0.56
HSL 185.63º 0.75% 0.25% -
HSV(B) 185.63º 0.86% 0.44% -
XYZ 7.99 10.98 17.03 -
YUV 78.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 16 103 112 0.86 0.08 0 0.56 185.63 0.75 0.25
Hex 10 67 70 56 8 0 38 BA 4B 19
Octal 20 147 160 126 10 0 70 272 113 31
Binary 10000 1100111 1110000 1010110 1000 0 111000 10111010 1001011 11001

Color Harmonies of #106770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106770

Black with #106770

Text Example


Text Example

White with #106770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106770; }

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

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

background-color css

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

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

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

border-color css

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

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

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