Html Css Color HEX #006A76 Blue Lagoon

📋 copy color: '#006A76'

red 0 ◦ green 106 ◦ blue 118

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

Shades of Blue Lagoon #006A76

Tints of Blue Lagoon #006A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.32%

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

R = 0%
G = 47.32%
B = 52.68%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006A76 (or 0x006A76) is known color: Blue Lagoon. HEX triplet: 00, 6A and 76. RGB value is (0,106,118). Sum of RGB (Red+Green+Blue) = 0+106+118=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #006A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A76 is #FF9589. Grayscale: #4B4B4B. Windows color (decimal): -16749962 or 7760384. OLE color: 7760384.

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

Color convert

RGB 0 106 118 -
CMYK 1 0.10 0 0.54
HSL 186.1º 1% 0.23% -
HSV(B) 186.1º 1% 0.46% -
XYZ 8.42 11.62 18.94 -
YUV 75.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 0 106 118 1 0.10 0 0.54 186.1 1 0.23
Hex 0 6A 76 64 A 0 36 BA 64 17
Octal 0 152 166 144 12 0 66 272 144 27
Binary 0 1101010 1110110 1100100 1010 0 110110 10111010 1100100 10111

Color Harmonies of #006A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A76

Black with #006A76

Text Example


Text Example

White with #006A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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