#075F68

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

Shades of Blue Lagoon #075F68

Tints of Blue Lagoon #075F68

Color information

#075F68 (or 0x075F68) is unknown color: approx Blue Lagoon. HEX triplet: 07, 5F and 68. RGB value is (7,95,104). Sum of RGB (Red+Green+Blue) = 7+95+104=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #075F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075F68 is #F8A097. Grayscale: #454545. Windows color (decimal): -16294040 or 6840071. OLE color: 6840071.

HSL color Cylindrical-coordinate representation of color #075F68: hue angle of 185.57º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075F68 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB795104-
CMYK0.930.0900.59
HSL185.57º87.39%21.76%-
HSV(B)185.57º93.27%40.78%-
XYZ6.689.2314.53-
YUV69.71147.3583.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 95 (37.5% from 255) = 46.12%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=3.40%
G=46.12%
B=50.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7951040.930.0900.59185.5787.3921.76
Hex75F685D903Bba5716
Octal71371501351107327212726
Binary1111011111110100010111011001011101110111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075F68; }

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

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

<style>
 a { background-color: #075F68; }

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

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

<style>
 span { border-color: #075F68; }

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

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