#006E72

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

Shades of Blue Lagoon #006E72

Tints of Blue Lagoon #006E72

Color information

#006E72 (or 0x006E72) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6E and 72. RGB value is (0,110,114). Sum of RGB (Red+Green+Blue) = 0+110+114=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #006E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E72 is #FF918D. Grayscale: #4D4D4D. Windows color (decimal): -16748942 or 7499264. OLE color: 7499264.

HSL color Cylindrical-coordinate representation of color #006E72: hue angle of 182.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E72 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB0110114-
CMYK10.0400.55
HSL182.11º100%22.35%-
HSV(B)182.11º100%44.71%-
XYZ8.6112.3717.85-
YUV77.57148.5672.67-

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) = 49.11%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=0%
G=49.11%
B=50.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011011410.0400.55182.1110022.35
Hex06E72644037b66416
Octal0156162144406726614426
Binary0110111011100101100100100011011110110110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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