Html Css Color HEX #096A76 Blue Lagoon

📋 copy color: '#096A76'

red 9 ◦ green 106 ◦ blue 118

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

Shades of Blue Lagoon #096A76

Tints of Blue Lagoon #096A76

RGB

 RED value IS 9 (3.91% from 255) = 3.86%

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

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

R = 3.86%
G = 45.49%
B = 50.64%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096A76 (or 0x096A76) is known color: Blue Lagoon. HEX triplet: 09, 6A and 76. RGB value is (9,106,118). Sum of RGB (Red+Green+Blue) = 9+106+118=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #096A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A76 is #F69589. Grayscale: #4E4E4E. Windows color (decimal): -16160138 or 7760393. OLE color: 7760393.

HSL color Cylindrical-coordinate representation of color #096A76: hue angle of 186.61º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A76 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 106 118 -
CMYK 0.92 0.10 0 0.54
HSL 186.61º 0.86% 0.25% -
HSV(B) 186.61º 0.92% 0.46% -
XYZ 8.54 11.67 18.94 -
YUV 78.37 150.36 78.52 -
System Red Green Blue C M Y K H S L
Decimal 9 106 118 0.92 0.10 0 0.54 186.61 0.86 0.25
Hex 9 6A 76 5C A 0 36 BB 56 19
Octal 11 152 166 134 12 0 66 273 126 31
Binary 1001 1101010 1110110 1011100 1010 0 110110 10111011 1010110 11001

Color Harmonies of #096A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A76

Black with #096A76

Text Example


Text Example

White with #096A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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