#006D7F

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

Shades of Blue Lagoon #006D7F

Tints of Blue Lagoon #006D7F

Color information

#006D7F (or 0x006D7F) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6D and 7F. RGB value is (0,109,127). Sum of RGB (Red+Green+Blue) = 0+109+127=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #006D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D7F is #FF9280. Grayscale: #4E4E4E. Windows color (decimal): -16749185 or 8350976. OLE color: 8350976.

HSL color Cylindrical-coordinate representation of color #006D7F: hue angle of 188.5º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D7F is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB0109127-
CMYK10.1400.50
HSL188.5º100%24.9%-
HSV(B)188.5º100%49.8%-
XYZ9.312.4722-
YUV78.46155.3972.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 46.19%
BLUE value IS 127 (50% from 255) = 53.81%
R=0%
G=46.19%
B=53.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal010912710.1400.50188.510024.9
Hex06D7F64E032bd6419
Octal01551771441606227514431
Binary01101101111111111001001110011001010111101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,109,127); }

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

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

 a { background-color: rgb(0,109,127); }

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

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

 span { border-color: rgb(0,109,127); }

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