#076E73

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

Shades of Blue Lagoon #076E73

Tints of Blue Lagoon #076E73

Color information

#076E73 (or 0x076E73) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6E and 73. RGB value is (7,110,115). Sum of RGB (Red+Green+Blue) = 7+110+115=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #076E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E73 is #F8918C. Grayscale: #4F4F4F. Windows color (decimal): -16290189 or 7564807. OLE color: 7564807.

HSL color Cylindrical-coordinate representation of color #076E73: hue angle of 182.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E73 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7110115-
CMYK0.940.0400.55
HSL182.78º88.52%23.92%-
HSV(B)182.78º93.91%45.1%-
XYZ8.7612.4318.16-
YUV79.77147.8876.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.02%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 115 (45.31% from 255) = 49.57%
R=3.02%
G=47.41%
B=49.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71101150.940.0400.55182.7888.5223.92
Hex76E735E4037b75918
Octal7156163136406726713130
Binary111110111011100111011110100011011110110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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