#006E75

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

Shades of Blue Lagoon #006E75

Tints of Blue Lagoon #006E75

Color information

#006E75 (or 0x006E75) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6E and 75. RGB value is (0,110,117). Sum of RGB (Red+Green+Blue) = 0+110+117=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #006E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E75 is #FF918A. Grayscale: #4D4D4D. Windows color (decimal): -16748939 or 7695872. OLE color: 7695872.

HSL color Cylindrical-coordinate representation of color #006E75: hue angle of 183.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E75 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB0110117-
CMYK10.0600.54
HSL183.59º100%22.94%-
HSV(B)183.59º100%45.88%-
XYZ8.7912.4418.77-
YUV77.91150.0672.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 48.46%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=0%
G=48.46%
B=51.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011011710.0600.54183.5910022.94
Hex06E75646036b86417
Octal0156165144606627014427
Binary0110111011101011100100110011011010111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006E75; }

 p { color: rgb(0,110,117); }

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

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

 a { background-color: rgb(0,110,117); }

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

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

 span { border-color: rgb(0,110,117); }

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