#006972

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

Shades of Blue Lagoon #006972

Tints of Blue Lagoon #006972

Color information

#006972 (or 0x006972) is unknown color: approx Blue Lagoon. HEX triplet: 00, 69 and 72. RGB value is (0,105,114). Sum of RGB (Red+Green+Blue) = 0+105+114=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #006972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006972 is #FF968D. Grayscale: #4A4A4A. Windows color (decimal): -16750222 or 7497984. OLE color: 7497984.

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

Color convert

RGB0105114-
CMYK10.0800.55
HSL184.74º100%22.35%-
HSV(B)184.74º100%44.71%-
XYZ8.0911.3217.68-
YUV74.63150.2174.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=0%
G=47.95%
B=52.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal010511410.0800.55184.7410022.35
Hex06972648037b96416
Octal01511621441006727114426
Binary01101001111001011001001000011011110111001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006972; }

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

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

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

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

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

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

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

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