Html Css Color HEX #096E73 Blue Lagoon

📋 copy color: '#096E73'

red 9 ◦ green 110 ◦ blue 115

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

Shades of Blue Lagoon #096E73

Tints of Blue Lagoon #096E73

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.01%

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

R = 3.85%
G = 47.01%
B = 49.15%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096E73 (or 0x096E73) is known color: Blue Lagoon. HEX triplet: 09, 6E and 73. RGB value is (9,110,115). Sum of RGB (Red+Green+Blue) = 9+110+115=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #096E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E73 is #F6918C. Grayscale: #505050. Windows color (decimal): -16159117 or 7564809. OLE color: 7564809.

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

Color convert

RGB 9 110 115 -
CMYK 0.92 0.04 0 0.55
HSL 182.83º 0.85% 0.24% -
HSV(B) 182.83º 0.92% 0.45% -
XYZ 8.78 12.45 18.16 -
YUV 80.37 147.54 77.09 -
System Red Green Blue C M Y K H S L
Decimal 9 110 115 0.92 0.04 0 0.55 182.83 0.85 0.24
Hex 9 6E 73 5C 4 0 37 B7 55 18
Octal 11 156 163 134 4 0 67 267 125 30
Binary 1001 1101110 1110011 1011100 100 0 110111 10110111 1010101 11000

Color Harmonies of #096E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E73

Black with #096E73

Text Example


Text Example

White with #096E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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