Html Css Color HEX #006D6F Blue Lagoon

📋 copy color: '#006D6F'

red 0 ◦ green 109 ◦ blue 111

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

Shades of Blue Lagoon #006D6F

Tints of Blue Lagoon #006D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.45%

R = 0%
G = 49.55%
B = 50.45%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006D6F (or 0x006D6F) is known color: Blue Lagoon. HEX triplet: 00, 6D and 6F. RGB value is (0,109,111). Sum of RGB (Red+Green+Blue) = 0+109+111=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #006D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D6F is #FF9290. Grayscale: #4C4C4C. Windows color (decimal): -16749201 or 7302400. OLE color: 7302400.

HSL color Cylindrical-coordinate representation of color #006D6F: hue angle of 181.08º 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 #006D6F is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 109 111 -
CMYK 1 0.02 0 0.56
HSL 181.08º 1% 0.22% -
HSV(B) 181.08º 1% 0.44% -
XYZ 8.34 12.08 16.93 -
YUV 76.64 147.39 73.34 -
System Red Green Blue C M Y K H S L
Decimal 0 109 111 1 0.02 0 0.56 181.08 1 0.22
Hex 0 6D 6F 64 2 0 38 B5 64 16
Octal 0 155 157 144 2 0 70 265 144 26
Binary 0 1101101 1101111 1100100 10 0 111000 10110101 1100100 10110

Color Harmonies of #006D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D6F

Black with #006D6F

Text Example


Text Example

White with #006D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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