#075161

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

Shades of Blue Lagoon #075161

Tints of Blue Lagoon #075161

Color information

#075161 (or 0x075161) is unknown color: approx Blue Lagoon. HEX triplet: 07, 51 and 61. RGB value is (7,81,97). Sum of RGB (Red+Green+Blue) = 7+81+97=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #075161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075161 is #F8AE9E. Grayscale: #3C3C3C. Windows color (decimal): -16297631 or 6377735. OLE color: 6377735.

HSL color Cylindrical-coordinate representation of color #075161: hue angle of 190.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075161 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB78197-
CMYK0.930.1600.62
HSL190.67º86.54%20.39%-
HSV(B)190.67º92.78%38.04%-
XYZ5.196.7912.35-
YUV60.7148.4889.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=3.78%
G=43.78%
B=52.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal781970.930.1600.62190.6786.5420.39
Hex751615D1003Ebf5714
Octal71211411352007627712724
Binary11110100011100001101110110000011111010111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075161; }

 p { color: rgb(7,81,97); }

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

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

 a { background-color: rgb(7,81,97); }

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

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

 span { border-color: rgb(7,81,97); }

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