Html Css Color HEX #116C73 Blue Lagoon

📋 copy color: '#116C73'

red 17 ◦ green 108 ◦ blue 115

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

Shades of Blue Lagoon #116C73

Tints of Blue Lagoon #116C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 7.08%
G = 45%
B = 47.92%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#116C73 (or 0x116C73) is known color: Blue Lagoon. HEX triplet: 11, 6C and 73. RGB value is (17,108,115). Sum of RGB (Red+Green+Blue) = 17+108+115=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #116C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C73 is #EE938C. Grayscale: #515151. Windows color (decimal): -15635341 or 7564305. OLE color: 7564305.

HSL color Cylindrical-coordinate representation of color #116C73: hue angle of 184.29º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116C73 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 108 115 -
CMYK 0.85 0.06 0 0.55
HSL 184.29º 0.74% 0.26% -
HSV(B) 184.29º 0.85% 0.45% -
XYZ 8.69 12.08 18.09 -
YUV 81.59 146.85 81.93 -
System Red Green Blue C M Y K H S L
Decimal 17 108 115 0.85 0.06 0 0.55 184.29 0.74 0.26
Hex 11 6C 73 55 6 0 37 B8 4A 1A
Octal 21 154 163 125 6 0 67 270 112 32
Binary 10001 1101100 1110011 1010101 110 0 110111 10111000 1001010 11010

Color Harmonies of #116C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116C73

Black with #116C73

Text Example


Text Example

White with #116C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116C73; }

 p { color: rgb(17,108,115); }

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

background-color css

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

 a { background-color: rgb(17,108,115); }

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

border-color css

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

 span { border-color: rgb(17,108,115); }

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