#006872

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

Shades of Blue Lagoon #006872

Tints of Blue Lagoon #006872

Color information

#006872 (or 0x006872) is unknown color: approx Blue Lagoon. HEX triplet: 00, 68 and 72. RGB value is (0,104,114). Sum of RGB (Red+Green+Blue) = 0+104+114=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #006872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006872 is #FF978D. Grayscale: #494949. Windows color (decimal): -16750478 or 7497728. OLE color: 7497728.

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

Color convert

RGB0104114-
CMYK10.0900.55
HSL185.26º100%22.35%-
HSV(B)185.26º100%44.71%-
XYZ7.9911.1217.64-
YUV74.04150.5475.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=0%
G=47.71%
B=52.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal010411410.0900.55185.2610022.35
Hex06872649037b96416
Octal01501621441106727114426
Binary01101000111001011001001001011011110111001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006872; }

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

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

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

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

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

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

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

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