Html Css Color HEX #096E76 Blue Lagoon

📋 copy color: '#096E76'

red 9 ◦ green 110 ◦ blue 118

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

Shades of Blue Lagoon #096E76

Tints of Blue Lagoon #096E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.41%

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

R = 3.8%
G = 46.41%
B = 49.79%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096E76 (or 0x096E76) is known color: Blue Lagoon. HEX triplet: 09, 6E and 76. RGB value is (9,110,118). Sum of RGB (Red+Green+Blue) = 9+110+118=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #096E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E76 is #F69189. Grayscale: #505050. Windows color (decimal): -16159114 or 7761417. OLE color: 7761417.

HSL color Cylindrical-coordinate representation of color #096E76: hue angle of 184.4º 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 #096E76 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 110 118 -
CMYK 0.92 0.07 0 0.54
HSL 184.4º 0.86% 0.25% -
HSV(B) 184.4º 0.92% 0.46% -
XYZ 8.96 12.52 19.08 -
YUV 80.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 9 110 118 0.92 0.07 0 0.54 184.4 0.86 0.25
Hex 9 6E 76 5C 7 0 36 B8 56 19
Octal 11 156 166 134 7 0 66 270 126 31
Binary 1001 1101110 1110110 1011100 111 0 110110 10111000 1010110 11001

Color Harmonies of #096E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E76

Black with #096E76

Text Example


Text Example

White with #096E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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