#076E7A

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

Shades of Blue Lagoon #076E7A

Tints of Blue Lagoon #076E7A

Color information

#076E7A (or 0x076E7A) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6E and 7A. RGB value is (7,110,122). Sum of RGB (Red+Green+Blue) = 7+110+122=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #076E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E7A is #F89185. Grayscale: #505050. Windows color (decimal): -16290182 or 8023559. OLE color: 8023559.

HSL color Cylindrical-coordinate representation of color #076E7A: hue angle of 186.26º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E7A is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7110122-
CMYK0.940.1000.52
HSL186.26º89.15%25.29%-
HSV(B)186.26º94.26%47.84%-
XYZ9.1812.620.36-
YUV80.57151.3875.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 110 (43.36% from 255) = 46.03%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=2.93%
G=46.03%
B=51.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71101220.940.1000.52186.2689.1525.29
Hex76E7A5EA034ba5919
Octal71561721361206427213131
Binary1111101110111101010111101010011010010111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076E7A; }

 p { color: rgb(7,110,122); }

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

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

 a { background-color: rgb(7,110,122); }

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

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

 span { border-color: rgb(7,110,122); }

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