#075A63

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

Shades of Blue Lagoon #075A63

Tints of Blue Lagoon #075A63

Color information

#075A63 (or 0x075A63) is unknown color: approx Blue Lagoon. HEX triplet: 07, 5A and 63. RGB value is (7,90,99). Sum of RGB (Red+Green+Blue) = 7+90+99=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #075A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075A63 is #F8A59C. Grayscale: #424242. Windows color (decimal): -16295325 or 6511111. OLE color: 6511111.

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

Color convert

RGB79099-
CMYK0.930.0900.61
HSL185.87º86.79%20.78%-
HSV(B)185.87º92.93%38.82%-
XYZ68.2613.08-
YUV66.21146.585.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.57%
GREEN value IS 90 (35.55% from 255) = 45.92%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=3.57%
G=45.92%
B=50.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal790990.930.0900.61185.8786.7920.78
Hex75A635D903Dba5715
Octal71321431351107527212725
Binary1111011010110001110111011001011110110111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,90,99); }

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

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

 a { background-color: rgb(7,90,99); }

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

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

 span { border-color: rgb(7,90,99); }

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