Html Css Color HEX #106370 Blue Lagoon

📋 copy color: '#106370'

red 16 ◦ green 99 ◦ blue 112

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

Shades of Blue Lagoon #106370

Tints of Blue Lagoon #106370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.61%

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

R = 7.05%
G = 43.61%
B = 49.34%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#106370 (or 0x106370) is known color: Blue Lagoon. HEX triplet: 10, 63 and 70. RGB value is (16,99,112). Sum of RGB (Red+Green+Blue) = 16+99+112=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #106370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106370 is #EF9C8F. Grayscale: #4B4B4B. Windows color (decimal): -15703184 or 7365392. OLE color: 7365392.

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

Color convert

RGB 16 99 112 -
CMYK 0.86 0.12 0 0.56
HSL 188.13º 0.75% 0.25% -
HSV(B) 188.13º 0.86% 0.44% -
XYZ 7.6 10.2 16.9 -
YUV 75.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 16 99 112 0.86 0.12 0 0.56 188.13 0.75 0.25
Hex 10 63 70 56 C 0 38 BC 4B 19
Octal 20 143 160 126 14 0 70 274 113 31
Binary 10000 1100011 1110000 1010110 1100 0 111000 10111100 1001011 11001

Color Harmonies of #106370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106370

Black with #106370

Text Example


Text Example

White with #106370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106370; }

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

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

background-color css

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

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

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

border-color css

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

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

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