Html Css Color HEX #016C73 Blue Lagoon

📋 copy color: '#016C73'

red 1 ◦ green 108 ◦ blue 115

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

Shades of Blue Lagoon #016C73

Tints of Blue Lagoon #016C73

RGB

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

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

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

R = 0.45%
G = 48.21%
B = 51.34%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016C73 (or 0x016C73) is known color: Blue Lagoon. HEX triplet: 01, 6C and 73. RGB value is (1,108,115). Sum of RGB (Red+Green+Blue) = 1+108+115=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #016C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C73 is #FE938C. Grayscale: #4C4C4C. Windows color (decimal): -16683917 or 7564289. OLE color: 7564289.

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

Color convert

RGB 1 108 115 -
CMYK 0.99 0.06 0 0.55
HSL 183.68º 0.98% 0.23% -
HSV(B) 183.68º 0.99% 0.45% -
XYZ 8.47 11.97 18.08 -
YUV 76.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 1 108 115 0.99 0.06 0 0.55 183.68 0.98 0.23
Hex 1 6C 73 63 6 0 37 B8 62 17
Octal 1 154 163 143 6 0 67 270 142 27
Binary 1 1101100 1110011 1100011 110 0 110111 10111000 1100010 10111

Color Harmonies of #016C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C73

Black with #016C73

Text Example


Text Example

White with #016C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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