Html Css Color HEX #006D77 Blue Lagoon

📋 copy color: '#006D77'

red 0 ◦ green 109 ◦ blue 119

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

Shades of Blue Lagoon #006D77

Tints of Blue Lagoon #006D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 0%
G = 47.81%
B = 52.19%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#006D77 (or 0x006D77) is known color: Blue Lagoon. HEX triplet: 00, 6D and 77. RGB value is (0,109,119). Sum of RGB (Red+Green+Blue) = 0+109+119=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #006D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D77 is #FF9288. Grayscale: #4D4D4D. Windows color (decimal): -16749193 or 7826688. OLE color: 7826688.

HSL color Cylindrical-coordinate representation of color #006D77: hue angle of 185.04º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D77 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 109 119 -
CMYK 1 0.08 0 0.53
HSL 185.04º 1% 0.23% -
HSV(B) 185.04º 1% 0.47% -
XYZ 8.8 12.27 19.36 -
YUV 77.55 151.39 72.69 -
System Red Green Blue C M Y K H S L
Decimal 0 109 119 1 0.08 0 0.53 185.04 1 0.23
Hex 0 6D 77 64 8 0 35 B9 64 17
Octal 0 155 167 144 10 0 65 271 144 27
Binary 0 1101101 1110111 1100100 1000 0 110101 10111001 1100100 10111

Color Harmonies of #006D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D77

Black with #006D77

Text Example


Text Example

White with #006D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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