#066D72

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

Shades of Blue Lagoon #066D72

Tints of Blue Lagoon #066D72

Color information

#066D72 (or 0x066D72) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6D and 72. RGB value is (6,109,114). Sum of RGB (Red+Green+Blue) = 6+109+114=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #066D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D72 is #F9928D. Grayscale: #4E4E4E. Windows color (decimal): -16355982 or 7499014. OLE color: 7499014.

HSL color Cylindrical-coordinate representation of color #066D72: hue angle of 182.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066D72 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6109114-
CMYK0.950.0400.55
HSL182.78º90%23.53%-
HSV(B)182.78º94.74%44.71%-
XYZ8.5812.1917.82-
YUV78.77147.8876.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 109 (42.97% from 255) = 47.60%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=2.62%
G=47.60%
B=49.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61091140.950.0400.55182.789023.53
Hex66D725F4037b75a18
Octal6155162137406726713230
Binary110110110111100101011111100011011110110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066D72; }

 p { color: rgb(6,109,114); }

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

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

 a { background-color: rgb(6,109,114); }

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

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

 span { border-color: rgb(6,109,114); }

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