Html Css Color HEX #016D6F Blue Lagoon

📋 copy color: '#016D6F'

red 1 ◦ green 109 ◦ blue 111

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

Shades of Blue Lagoon #016D6F

Tints of Blue Lagoon #016D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.23%

R = 0.45%
G = 49.32%
B = 50.23%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016D6F (or 0x016D6F) is known color: Blue Lagoon. HEX triplet: 01, 6D and 6F. RGB value is (1,109,111). Sum of RGB (Red+Green+Blue) = 1+109+111=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #016D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D6F is #FE9290. Grayscale: #4C4C4C. Windows color (decimal): -16683665 or 7302401. OLE color: 7302401.

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

Color convert

RGB 1 109 111 -
CMYK 0.99 0.02 0 0.56
HSL 181.09º 0.98% 0.22% -
HSV(B) 181.09º 0.99% 0.44% -
XYZ 8.35 12.09 16.93 -
YUV 76.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 1 109 111 0.99 0.02 0 0.56 181.09 0.98 0.22
Hex 1 6D 6F 63 2 0 38 B5 62 16
Octal 1 155 157 143 2 0 70 265 142 26
Binary 1 1101101 1101111 1100011 10 0 111000 10110101 1100010 10110

Color Harmonies of #016D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D6F

Black with #016D6F

Text Example


Text Example

White with #016D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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