#07686F

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

Shades of Blue Lagoon #07686F

Tints of Blue Lagoon #07686F

Color information

#07686F (or 0x07686F) is unknown color: approx Blue Lagoon. HEX triplet: 07, 68 and 6F. RGB value is (7,104,111). Sum of RGB (Red+Green+Blue) = 7+104+111=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #07686F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07686F is #F89790. Grayscale: #4B4B4B. Windows color (decimal): -16291729 or 7301127. OLE color: 7301127.

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

Color convert

RGB7104111-
CMYK0.940.0600.56
HSL184.04º88.14%23.14%-
HSV(B)184.04º93.69%43.53%-
XYZ7.9111.0916.76-
YUV75.79147.8678.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.15%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 111 (43.75% from 255) = 50%
R=3.15%
G=46.85%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71041110.940.0600.56184.0488.1423.14
Hex7686F5E6038b85817
Octal7150157136607027013027
Binary111110100011011111011110110011100010111000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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