#006C71

Color #006C71 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #006C71

Tints of Blue Lagoon #006C71

Color information

#006C71 (or 0x006C71) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6C and 71. RGB value is (0,108,113). Sum of RGB (Red+Green+Blue) = 0+108+113=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #006C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C71 is #FF938E. Grayscale: #4C4C4C. Windows color (decimal): -16749455 or 7433216. OLE color: 7433216.

HSL color Cylindrical-coordinate representation of color #006C71: hue angle of 182.65º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C71 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB0108113-
CMYK10.0400.56
HSL182.65º100%22.16%-
HSV(B)182.65º100%44.31%-
XYZ8.3411.9217.48-
YUV76.28148.7273.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 48.87%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=0%
G=48.87%
B=51.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal010811310.0400.56182.6510022.16
Hex06C71644038b76416
Octal0154161144407026714426
Binary0110110011100011100100100011100010110111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006C71; }

 p { color: rgb(0,108,113); }

 H1.HeaderClassName
 {
   color: #006C71;
 }
 .AnyTagClassName
 {
   color: #006C71;
 }
</style>
background-color css

<style>
 a { background-color: #006C71; }

 a { background-color: rgb(0,108,113); }

 div.DivClassName
 {
   background-color: #006C71;
 }
 .BgClassName
 {
   background-color: #006C71;
 }
</style>
border-color css

<style>
 span { border-color: #006C71; }

 span { border-color: rgb(0,108,113); }

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