Html Css Color HEX #006D74 Blue Lagoon

📋 copy color: '#006D74'

red 0 ◦ green 109 ◦ blue 116

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

Shades of Blue Lagoon #006D74

Tints of Blue Lagoon #006D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.56%

R = 0%
G = 48.44%
B = 51.56%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006D74 (or 0x006D74) is known color: Blue Lagoon. HEX triplet: 00, 6D and 74. RGB value is (0,109,116). Sum of RGB (Red+Green+Blue) = 0+109+116=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #006D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D74 is #FF928B. Grayscale: #4D4D4D. Windows color (decimal): -16749196 or 7630080. OLE color: 7630080.

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

Color convert

RGB 0 109 116 -
CMYK 1 0.06 0 0.55
HSL 183.62º 1% 0.23% -
HSV(B) 183.62º 1% 0.45% -
XYZ 8.62 12.2 18.42 -
YUV 77.21 149.89 72.93 -
System Red Green Blue C M Y K H S L
Decimal 0 109 116 1 0.06 0 0.55 183.62 1 0.23
Hex 0 6D 74 64 6 0 37 B8 64 17
Octal 0 155 164 144 6 0 67 270 144 27
Binary 0 1101101 1110100 1100100 110 0 110111 10111000 1100100 10111

Color Harmonies of #006D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D74

Black with #006D74

Text Example


Text Example

White with #006D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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