#07686C

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

Shades of Blue Lagoon #07686C

Tints of Blue Lagoon #07686C

Color information

#07686C (or 0x07686C) is unknown color: approx Blue Lagoon. HEX triplet: 07, 68 and 6C. RGB value is (7,104,108). Sum of RGB (Red+Green+Blue) = 7+104+108=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #07686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07686C is #F89793. Grayscale: #4B4B4B. Windows color (decimal): -16291732 or 7104519. OLE color: 7104519.

HSL color Cylindrical-coordinate representation of color #07686C: hue angle of 182.38º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07686C is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7104108-
CMYK0.940.0400.58
HSL182.38º87.83%22.55%-
HSV(B)182.38º93.52%42.35%-
XYZ7.7411.0315.91-
YUV75.45146.3679.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.20%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=3.20%
G=47.49%
B=49.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71041080.940.0400.58182.3887.8322.55
Hex7686C5E403Ab65817
Octal7150154136407226613027
Binary111110100011011001011110100011101010110110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07686C; }

 p { color: rgb(7,104,108); }

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

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

 a { background-color: rgb(7,104,108); }

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

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

 span { border-color: rgb(7,104,108); }

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