Html Css Color HEX #016D71 Blue Lagoon

📋 copy color: '#016D71'

red 1 ◦ green 109 ◦ blue 113

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

Shades of Blue Lagoon #016D71

Tints of Blue Lagoon #016D71

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 109 (42.97% from 255) = 48.88%

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 0.45%
G = 48.88%
B = 50.67%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016D71 (or 0x016D71) is known color: Blue Lagoon. HEX triplet: 01, 6D and 71. RGB value is (1,109,113). Sum of RGB (Red+Green+Blue) = 1+109+113=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #016D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D71 is #FE928E. Grayscale: #4D4D4D. Windows color (decimal): -16683663 or 7433473. OLE color: 7433473.

HSL color Cylindrical-coordinate representation of color #016D71: hue angle of 182.14º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D71 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 109 113 -
CMYK 0.99 0.04 0 0.56
HSL 182.14º 0.98% 0.22% -
HSV(B) 182.14º 0.99% 0.44% -
XYZ 8.46 12.14 17.52 -
YUV 77.16 148.22 73.67 -
System Red Green Blue C M Y K H S L
Decimal 1 109 113 0.99 0.04 0 0.56 182.14 0.98 0.22
Hex 1 6D 71 63 4 0 38 B6 62 16
Octal 1 155 161 143 4 0 70 266 142 26
Binary 1 1101101 1110001 1100011 100 0 111000 10110110 1100010 10110

Color Harmonies of #016D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D71

Black with #016D71

Text Example


Text Example

White with #016D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D71; }

 p { color: rgb(1,109,113); }

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

background-color css

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

 a { background-color: rgb(1,109,113); }

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

border-color css

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

 span { border-color: rgb(1,109,113); }

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