Html Css Color HEX #006D7F Blue Lagoon

📋 copy color: '#006D7F'

red 0 ◦ green 109 ◦ blue 127

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

Shades of Blue Lagoon #006D7F

Tints of Blue Lagoon #006D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.81%

R = 0%
G = 46.19%
B = 53.81%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#006D7F (or 0x006D7F) is known color: Blue Lagoon. HEX triplet: 00, 6D and 7F. RGB value is (0,109,127). Sum of RGB (Red+Green+Blue) = 0+109+127=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #006D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D7F is #FF9280. Grayscale: #4E4E4E. Windows color (decimal): -16749185 or 8350976. OLE color: 8350976.

HSL color Cylindrical-coordinate representation of color #006D7F: hue angle of 188.5º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D7F is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 109 127 -
CMYK 1 0.14 0 0.50
HSL 188.5º 1% 0.25% -
HSV(B) 188.5º 1% 0.5% -
XYZ 9.3 12.47 22 -
YUV 78.46 155.39 72.04 -
System Red Green Blue C M Y K H S L
Decimal 0 109 127 1 0.14 0 0.50 188.5 1 0.25
Hex 0 6D 7F 64 E 0 32 BD 64 19
Octal 0 155 177 144 16 0 62 275 144 31
Binary 0 1101101 1111111 1100100 1110 0 110010 10111101 1100100 11001

Color Harmonies of #006D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D7F

Black with #006D7F

Text Example


Text Example

White with #006D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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