#07566F

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

Shades of Blue Lagoon #07566F

Tints of Blue Lagoon #07566F

Color information

#07566F (or 0x07566F) is unknown color: approx Blue Lagoon. HEX triplet: 07, 56 and 6F. RGB value is (7,86,111). Sum of RGB (Red+Green+Blue) = 7+86+111=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #07566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07566F is #F8A990. Grayscale: #414141. Windows color (decimal): -16296337 or 7296519. OLE color: 7296519.

HSL color Cylindrical-coordinate representation of color #07566F: hue angle of 194.42º 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 #07566F is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB786111-
CMYK0.940.2300.56
HSL194.42º88.14%23.14%-
HSV(B)194.42º93.69%43.53%-
XYZ6.287.8516.22-
YUV65.23153.8386.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=3.43%
G=42.16%
B=54.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7861110.940.2300.56194.4288.1423.14
Hex7566F5E17038c25817
Octal71261571362707030213027
Binary11110101101101111101111010111011100011000010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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