Html Css Color HEX #006776 Blue Lagoon

📋 copy color: '#006776'

red 0 ◦ green 103 ◦ blue 118

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

Shades of Blue Lagoon #006776

Tints of Blue Lagoon #006776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.61%

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

R = 0%
G = 46.61%
B = 53.39%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006776 (or 0x006776) is known color: Blue Lagoon. HEX triplet: 00, 67 and 76. RGB value is (0,103,118). Sum of RGB (Red+Green+Blue) = 0+103+118=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #006776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006776 is #FF9889. Grayscale: #494949. Windows color (decimal): -16750730 or 7759616. OLE color: 7759616.

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

Color convert

RGB 0 103 118 -
CMYK 1 0.13 0 0.54
HSL 187.63º 1% 0.23% -
HSV(B) 187.63º 1% 0.46% -
XYZ 8.12 11.01 18.84 -
YUV 73.91 152.88 75.28 -
System Red Green Blue C M Y K H S L
Decimal 0 103 118 1 0.13 0 0.54 187.63 1 0.23
Hex 0 67 76 64 D 0 36 BC 64 17
Octal 0 147 166 144 15 0 66 274 144 27
Binary 0 1100111 1110110 1100100 1101 0 110110 10111100 1100100 10111

Color Harmonies of #006776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006776

Black with #006776

Text Example


Text Example

White with #006776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006776; }

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

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

background-color css

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

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

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

border-color css

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

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

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