Html Css Color HEX #096B76 Blue Lagoon

📋 copy color: '#096B76'

red 9 ◦ green 107 ◦ blue 118

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

Shades of Blue Lagoon #096B76

Tints of Blue Lagoon #096B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.73%

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

R = 3.85%
G = 45.73%
B = 50.43%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096B76 (or 0x096B76) is known color: Blue Lagoon. HEX triplet: 09, 6B and 76. RGB value is (9,107,118). Sum of RGB (Red+Green+Blue) = 9+107+118=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #096B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B76 is #F69489. Grayscale: #4E4E4E. Windows color (decimal): -16159882 or 7760649. OLE color: 7760649.

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

Color convert

RGB 9 107 118 -
CMYK 0.92 0.09 0 0.54
HSL 186.06º 0.86% 0.25% -
HSV(B) 186.06º 0.92% 0.46% -
XYZ 8.64 11.88 18.98 -
YUV 78.95 150.03 78.11 -
System Red Green Blue C M Y K H S L
Decimal 9 107 118 0.92 0.09 0 0.54 186.06 0.86 0.25
Hex 9 6B 76 5C 9 0 36 BA 56 19
Octal 11 153 166 134 11 0 66 272 126 31
Binary 1001 1101011 1110110 1011100 1001 0 110110 10111010 1010110 11001

Color Harmonies of #096B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B76

Black with #096B76

Text Example


Text Example

White with #096B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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