Html Css Color HEX #016C6F Blue Lagoon

📋 copy color: '#016C6F'

red 1 ◦ green 108 ◦ blue 111

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

Shades of Blue Lagoon #016C6F

Tints of Blue Lagoon #016C6F

RGB

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

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

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

R = 0.45%
G = 49.09%
B = 50.45%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016C6F (or 0x016C6F) is known color: Blue Lagoon. HEX triplet: 01, 6C and 6F. RGB value is (1,108,111). Sum of RGB (Red+Green+Blue) = 1+108+111=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #016C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C6F is #FE9390. Grayscale: #4C4C4C. Windows color (decimal): -16683921 or 7302145. OLE color: 7302145.

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

Color convert

RGB 1 108 111 -
CMYK 0.99 0.03 0 0.56
HSL 181.64º 0.98% 0.22% -
HSV(B) 181.64º 0.99% 0.44% -
XYZ 8.24 11.88 16.9 -
YUV 76.35 147.55 74.26 -
System Red Green Blue C M Y K H S L
Decimal 1 108 111 0.99 0.03 0 0.56 181.64 0.98 0.22
Hex 1 6C 6F 63 3 0 38 B6 62 16
Octal 1 154 157 143 3 0 70 266 142 26
Binary 1 1101100 1101111 1100011 11 0 111000 10110110 1100010 10110

Color Harmonies of #016C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C6F

Black with #016C6F

Text Example


Text Example

White with #016C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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