#006776

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

Shades of Blue Lagoon #006776

Tints of Blue Lagoon #006776

Color information

#006776 (or 0x006776) is unknown color: approx Blue Lagoon. HEX triplet: 00, 67 and 76. RGB value is (0,103,118). Sum of RGB (Red+Green+Blue) = 0+103+118=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #006776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006776 is #FF9889. Grayscale: #494949. Windows color (decimal): -16750730 or 7759616. OLE color: 7759616.

HSL color Cylindrical-coordinate representation of color #006776: hue angle of 187.63º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006776 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB0103118-
CMYK10.1300.54
HSL187.63º100%23.14%-
HSV(B)187.63º100%46.27%-
XYZ8.1211.0118.84-
YUV73.91152.8875.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 46.61%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=0%
G=46.61%
B=53.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal010311810.1300.54187.6310023.14
Hex0677664D036bc6417
Octal01471661441506627414427
Binary01100111111011011001001101011011010111100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006776; }

 p { color: rgb(0,103,118); }

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

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

 a { background-color: rgb(0,103,118); }

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

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

 span { border-color: rgb(0,103,118); }

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