Html Css Color HEX #096676 Blue Lagoon

📋 copy color: '#096676'

red 9 ◦ green 102 ◦ blue 118

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

Shades of Blue Lagoon #096676

Tints of Blue Lagoon #096676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.54%

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

R = 3.93%
G = 44.54%
B = 51.53%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096676 (or 0x096676) is known color: Blue Lagoon. HEX triplet: 09, 66 and 76. RGB value is (9,102,118). Sum of RGB (Red+Green+Blue) = 9+102+118=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #096676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096676 is #F69989. Grayscale: #4B4B4B. Windows color (decimal): -16161162 or 7759369. OLE color: 7759369.

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

Color convert

RGB 9 102 118 -
CMYK 0.92 0.14 0 0.54
HSL 188.81º 0.86% 0.25% -
HSV(B) 188.81º 0.92% 0.46% -
XYZ 8.13 10.87 18.81 -
YUV 76.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 9 102 118 0.92 0.14 0 0.54 188.81 0.86 0.25
Hex 9 66 76 5C E 0 36 BD 56 19
Octal 11 146 166 134 16 0 66 275 126 31
Binary 1001 1100110 1110110 1011100 1110 0 110110 10111101 1010110 11001

Color Harmonies of #096676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096676

Black with #096676

Text Example


Text Example

White with #096676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096676; }

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

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

background-color css

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

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

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

border-color css

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

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

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