Html Css Color HEX #006976 Blue Lagoon

📋 copy color: '#006976'

red 0 ◦ green 105 ◦ blue 118

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

Shades of Blue Lagoon #006976

Tints of Blue Lagoon #006976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.09%

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

R = 0%
G = 47.09%
B = 52.91%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006976 (or 0x006976) is known color: Blue Lagoon. HEX triplet: 00, 69 and 76. RGB value is (0,105,118). Sum of RGB (Red+Green+Blue) = 0+105+118=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #006976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006976 is #FF9689. Grayscale: #4A4A4A. Windows color (decimal): -16750218 or 7760128. OLE color: 7760128.

HSL color Cylindrical-coordinate representation of color #006976: hue angle of 186.61º 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 #006976 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 105 118 -
CMYK 1 0.11 0 0.54
HSL 186.61º 1% 0.23% -
HSV(B) 186.61º 1% 0.46% -
XYZ 8.32 11.41 18.9 -
YUV 75.09 152.21 74.44 -
System Red Green Blue C M Y K H S L
Decimal 0 105 118 1 0.11 0 0.54 186.61 1 0.23
Hex 0 69 76 64 B 0 36 BB 64 17
Octal 0 151 166 144 13 0 66 273 144 27
Binary 0 1101001 1110110 1100100 1011 0 110110 10111011 1100100 10111

Color Harmonies of #006976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006976

Black with #006976

Text Example


Text Example

White with #006976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006976; }

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

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

background-color css

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

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

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

border-color css

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

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

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