Html Css Color HEX #006876 Blue Lagoon

📋 copy color: '#006876'

red 0 ◦ green 104 ◦ blue 118

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

Shades of Blue Lagoon #006876

Tints of Blue Lagoon #006876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.85%

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 0%
G = 46.85%
B = 53.15%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006876 (or 0x006876) is known color: Blue Lagoon. HEX triplet: 00, 68 and 76. RGB value is (0,104,118). Sum of RGB (Red+Green+Blue) = 0+104+118=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #006876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006876 is #FF9789. Grayscale: #4A4A4A. Windows color (decimal): -16750474 or 7759872. OLE color: 7759872.

HSL color Cylindrical-coordinate representation of color #006876: hue angle of 187.12º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006876 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 104 118 -
CMYK 1 0.12 0 0.54
HSL 187.12º 1% 0.23% -
HSV(B) 187.12º 1% 0.46% -
XYZ 8.22 11.21 18.87 -
YUV 74.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 0 104 118 1 0.12 0 0.54 187.12 1 0.23
Hex 0 68 76 64 C 0 36 BB 64 17
Octal 0 150 166 144 14 0 66 273 144 27
Binary 0 1101000 1110110 1100100 1100 0 110110 10111011 1100100 10111

Color Harmonies of #006876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006876

Black with #006876

Text Example


Text Example

White with #006876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006876; }

 p { color: rgb(0,104,118); }

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

background-color css

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

 a { background-color: rgb(0,104,118); }

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

border-color css

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

 span { border-color: rgb(0,104,118); }

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