Html Css Color HEX #096D79 Blue Lagoon

📋 copy color: '#096D79'

red 9 ◦ green 109 ◦ blue 121

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

Shades of Blue Lagoon #096D79

Tints of Blue Lagoon #096D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.63%

R = 3.77%
G = 45.61%
B = 50.63%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096D79 (or 0x096D79) is known color: Blue Lagoon. HEX triplet: 09, 6D and 79. RGB value is (9,109,121). Sum of RGB (Red+Green+Blue) = 9+109+121=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #096D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D79 is #F69286. Grayscale: #505050. Windows color (decimal): -16159367 or 7957769. OLE color: 7957769.

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

Color convert

RGB 9 109 121 -
CMYK 0.93 0.10 0 0.53
HSL 186.43º 0.86% 0.25% -
HSV(B) 186.43º 0.93% 0.47% -
XYZ 9.03 12.38 20 -
YUV 80.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 9 109 121 0.93 0.10 0 0.53 186.43 0.86 0.25
Hex 9 6D 79 5D A 0 35 BA 56 19
Octal 11 155 171 135 12 0 65 272 126 31
Binary 1001 1101101 1111001 1011101 1010 0 110101 10111010 1010110 11001

Color Harmonies of #096D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D79

Black with #096D79

Text Example


Text Example

White with #096D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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