Html Css Color HEX #116570 Blue Lagoon

📋 copy color: '#116570'

red 17 ◦ green 101 ◦ blue 112

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

Shades of Blue Lagoon #116570

Tints of Blue Lagoon #116570

RGB

 RED value IS 17 (7.03% from 255) = 7.39%

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

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

R = 7.39%
G = 43.91%
B = 48.7%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#116570 (or 0x116570) is known color: Blue Lagoon. HEX triplet: 11, 65 and 70. RGB value is (17,101,112). Sum of RGB (Red+Green+Blue) = 17+101+112=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #116570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116570 is #EE9A8F. Grayscale: #4D4D4D. Windows color (decimal): -15637136 or 7365905. OLE color: 7365905.

HSL color Cylindrical-coordinate representation of color #116570: hue angle of 186.95º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116570 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 101 112 -
CMYK 0.85 0.10 0 0.56
HSL 186.95º 0.74% 0.25% -
HSV(B) 186.95º 0.85% 0.44% -
XYZ 7.81 10.6 16.96 -
YUV 77.14 147.67 85.11 -
System Red Green Blue C M Y K H S L
Decimal 17 101 112 0.85 0.10 0 0.56 186.95 0.74 0.25
Hex 11 65 70 55 A 0 38 BB 4A 19
Octal 21 145 160 125 12 0 70 273 112 31
Binary 10001 1100101 1110000 1010101 1010 0 111000 10111011 1001010 11001

Color Harmonies of #116570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116570

Black with #116570

Text Example


Text Example

White with #116570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116570; }

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

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

background-color css

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

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

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

border-color css

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

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

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