Html Css Color HEX #016B6E Blue Lagoon

📋 copy color: '#016B6E'

red 1 ◦ green 107 ◦ blue 110

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

Shades of Blue Lagoon #016B6E

Tints of Blue Lagoon #016B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 49.08%

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 0.46%
G = 49.08%
B = 50.46%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#016B6E (or 0x016B6E) is known color: Blue Lagoon. HEX triplet: 01, 6B and 6E. RGB value is (1,107,110). Sum of RGB (Red+Green+Blue) = 1+107+110=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #016B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B6E is #FE9491. Grayscale: #4B4B4B. Windows color (decimal): -16684178 or 7236353. OLE color: 7236353.

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

Color convert

RGB 1 107 110 -
CMYK 0.99 0.03 0 0.57
HSL 181.65º 0.98% 0.22% -
HSV(B) 181.65º 0.99% 0.43% -
XYZ 8.08 11.65 16.57 -
YUV 75.65 147.38 74.76 -
System Red Green Blue C M Y K H S L
Decimal 1 107 110 0.99 0.03 0 0.57 181.65 0.98 0.22
Hex 1 6B 6E 63 3 0 39 B6 62 16
Octal 1 153 156 143 3 0 71 266 142 26
Binary 1 1101011 1101110 1100011 11 0 111001 10110110 1100010 10110

Color Harmonies of #016B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B6E

Black with #016B6E

Text Example


Text Example

White with #016B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,110); }

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

background-color css

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

 a { background-color: rgb(1,107,110); }

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

border-color css

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

 span { border-color: rgb(1,107,110); }

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