Html Css Color HEX #106570 Blue Lagoon

📋 copy color: '#106570'

red 16 ◦ green 101 ◦ blue 112

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

Shades of Blue Lagoon #106570

Tints of Blue Lagoon #106570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

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

R = 6.99%
G = 44.1%
B = 48.91%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#106570 (or 0x106570) is known color: Blue Lagoon. HEX triplet: 10, 65 and 70. RGB value is (16,101,112). Sum of RGB (Red+Green+Blue) = 16+101+112=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #106570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106570 is #EF9A8F. Grayscale: #4C4C4C. Windows color (decimal): -15702672 or 7365904. OLE color: 7365904.

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

Color convert

RGB 16 101 112 -
CMYK 0.86 0.10 0 0.56
HSL 186.88º 0.75% 0.25% -
HSV(B) 186.88º 0.86% 0.44% -
XYZ 7.79 10.59 16.96 -
YUV 76.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 16 101 112 0.86 0.10 0 0.56 186.88 0.75 0.25
Hex 10 65 70 56 A 0 38 BB 4B 19
Octal 20 145 160 126 12 0 70 273 113 31
Binary 10000 1100101 1110000 1010110 1010 0 111000 10111011 1001011 11001

Color Harmonies of #106570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106570

Black with #106570

Text Example


Text Example

White with #106570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106570; }

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

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

background-color css

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

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

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

border-color css

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

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

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