Html Css Color HEX #096D73 Blue Lagoon

📋 copy color: '#096D73'

red 9 ◦ green 109 ◦ blue 115

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

Shades of Blue Lagoon #096D73

Tints of Blue Lagoon #096D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.36%

R = 3.86%
G = 46.78%
B = 49.36%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096D73 (or 0x096D73) is known color: Blue Lagoon. HEX triplet: 09, 6D and 73. RGB value is (9,109,115). Sum of RGB (Red+Green+Blue) = 9+109+115=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #096D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D73 is #F6928C. Grayscale: #4F4F4F. Windows color (decimal): -16159373 or 7564553. OLE color: 7564553.

HSL color Cylindrical-coordinate representation of color #096D73: hue angle of 183.4º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D73 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 109 115 -
CMYK 0.92 0.05 0 0.55
HSL 183.4º 0.85% 0.24% -
HSV(B) 183.4º 0.92% 0.45% -
XYZ 8.68 12.23 18.12 -
YUV 79.78 147.87 77.51 -
System Red Green Blue C M Y K H S L
Decimal 9 109 115 0.92 0.05 0 0.55 183.4 0.85 0.24
Hex 9 6D 73 5C 5 0 37 B7 55 18
Octal 11 155 163 134 5 0 67 267 125 30
Binary 1001 1101101 1110011 1011100 101 0 110111 10110111 1010101 11000

Color Harmonies of #096D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D73

Black with #096D73

Text Example


Text Example

White with #096D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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