Html Css Color HEX #006D71 Blue Lagoon

📋 copy color: '#006D71'

red 0 ◦ green 109 ◦ blue 113

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

Shades of Blue Lagoon #006D71

Tints of Blue Lagoon #006D71

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 109 (42.97% from 255) = 49.1%

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 0%
G = 49.1%
B = 50.9%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006D71 (or 0x006D71) is known color: Blue Lagoon. HEX triplet: 00, 6D and 71. RGB value is (0,109,113). Sum of RGB (Red+Green+Blue) = 0+109+113=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #006D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D71 is #FF928E. Grayscale: #4C4C4C. Windows color (decimal): -16749199 or 7433472. OLE color: 7433472.

HSL color Cylindrical-coordinate representation of color #006D71: hue angle of 182.12º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D71 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 109 113 -
CMYK 1 0.04 0 0.56
HSL 182.12º 1% 0.22% -
HSV(B) 182.12º 1% 0.44% -
XYZ 8.45 12.13 17.52 -
YUV 76.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 0 109 113 1 0.04 0 0.56 182.12 1 0.22
Hex 0 6D 71 64 4 0 38 B6 64 16
Octal 0 155 161 144 4 0 70 266 144 26
Binary 0 1101101 1110001 1100100 100 0 111000 10110110 1100100 10110

Color Harmonies of #006D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D71

Black with #006D71

Text Example


Text Example

White with #006D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006D71; }

 p { color: rgb(0,109,113); }

 H1.HeaderClassName
 {
   color: #006D71;
 }
 .AnyTagClassName
 {
   color: #006D71;
 }
</style>

background-color css

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

 a { background-color: rgb(0,109,113); }

 div.DivClassName
 {
   background-color: #006D71;
 }
 .BgClassName
 {
   background-color: #006D71;
 }
</style>

border-color css

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

 span { border-color: rgb(0,109,113); }

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