Html Css Color HEX #006972 Blue Lagoon

📋 copy color: '#006972'

red 0 ◦ green 105 ◦ blue 114

#006972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #006972

Tints of Blue Lagoon #006972

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 value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006972 (or 0x006972) is known color: 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

RGB 0 105 114 -
CMYK 1 0.08 0 0.55
HSL 184.74º 1% 0.22% -
HSV(B) 184.74º 1% 0.45% -
XYZ 8.09 11.32 17.68 -
YUV 74.63 150.21 74.77 -
System Red Green Blue C M Y K H S L
Decimal 0 105 114 1 0.08 0 0.55 184.74 1 0.22
Hex 0 69 72 64 8 0 37 B9 64 16
Octal 0 151 162 144 10 0 67 271 144 26
Binary 0 1101001 1110010 1100100 1000 0 110111 10111001 1100100 10110

Color Harmonies of #006972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006972

Black with #006972

Text Example


Text Example

White with #006972

Text Example


Text Example

HTML Codes & Css Web 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>