Html Css Color HEX #096D76 Blue Lagoon

📋 copy color: '#096D76'

red 9 ◦ green 109 ◦ blue 118

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

Shades of Blue Lagoon #096D76

Tints of Blue Lagoon #096D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.19%

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

R = 3.81%
G = 46.19%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096D76 (or 0x096D76) is known color: Blue Lagoon. HEX triplet: 09, 6D and 76. RGB value is (9,109,118). Sum of RGB (Red+Green+Blue) = 9+109+118=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #096D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D76 is #F69289. Grayscale: #4F4F4F. Windows color (decimal): -16159370 or 7761161. OLE color: 7761161.

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

Color convert

RGB 9 109 118 -
CMYK 0.92 0.08 0 0.54
HSL 184.95º 0.86% 0.25% -
HSV(B) 184.95º 0.92% 0.46% -
XYZ 8.85 12.3 19.05 -
YUV 80.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 9 109 118 0.92 0.08 0 0.54 184.95 0.86 0.25
Hex 9 6D 76 5C 8 0 36 B9 56 19
Octal 11 155 166 134 10 0 66 271 126 31
Binary 1001 1101101 1110110 1011100 1000 0 110110 10111001 1010110 11001

Color Harmonies of #096D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D76

Black with #096D76

Text Example


Text Example

White with #096D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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