Html Css Color HEX #016D72 Blue Lagoon

📋 copy color: '#016D72'

red 1 ◦ green 109 ◦ blue 114

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

Shades of Blue Lagoon #016D72

Tints of Blue Lagoon #016D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.89%

R = 0.45%
G = 48.66%
B = 50.89%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016D72 (or 0x016D72) is known color: Blue Lagoon. HEX triplet: 01, 6D and 72. RGB value is (1,109,114). Sum of RGB (Red+Green+Blue) = 1+109+114=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #016D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D72 is #FE928D. Grayscale: #4D4D4D. Windows color (decimal): -16683662 or 7499009. OLE color: 7499009.

HSL color Cylindrical-coordinate representation of color #016D72: hue angle of 182.65º 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 #016D72 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 109 114 -
CMYK 0.99 0.04 0 0.55
HSL 182.65º 0.98% 0.23% -
HSV(B) 182.65º 0.99% 0.45% -
XYZ 8.52 12.16 17.82 -
YUV 77.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 1 109 114 0.99 0.04 0 0.55 182.65 0.98 0.23
Hex 1 6D 72 63 4 0 37 B7 62 17
Octal 1 155 162 143 4 0 67 267 142 27
Binary 1 1101101 1110010 1100011 100 0 110111 10110111 1100010 10111

Color Harmonies of #016D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D72

Black with #016D72

Text Example


Text Example

White with #016D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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