#006672

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

Shades of Blue Lagoon #006672

Tints of Blue Lagoon #006672

Color information

#006672 (or 0x006672) is unknown color: approx Blue Lagoon. HEX triplet: 00, 66 and 72. RGB value is (0,102,114). Sum of RGB (Red+Green+Blue) = 0+102+114=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #006672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006672 is #FF998D. Grayscale: #484848. Windows color (decimal): -16750990 or 7497216. OLE color: 7497216.

HSL color Cylindrical-coordinate representation of color #006672: hue angle of 186.32º 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 #006672 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB0102114-
CMYK10.1100.55
HSL186.32º100%22.35%-
HSV(B)186.32º100%44.71%-
XYZ7.7910.7217.58-
YUV72.87151.2176.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=0%
G=47.22%
B=52.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal010211410.1100.55186.3210022.35
Hex0667264B037ba6416
Octal01461621441306727214426
Binary01100110111001011001001011011011110111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006672; }

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

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

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

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

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

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

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

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