Html Css Color HEX #096C73 Blue Lagoon

📋 copy color: '#096C73'

red 9 ◦ green 108 ◦ blue 115

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

Shades of Blue Lagoon #096C73

Tints of Blue Lagoon #096C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.55%

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

R = 3.88%
G = 46.55%
B = 49.57%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096C73 (or 0x096C73) is known color: Blue Lagoon. HEX triplet: 09, 6C and 73. RGB value is (9,108,115). Sum of RGB (Red+Green+Blue) = 9+108+115=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #096C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C73 is #F6938C. Grayscale: #4F4F4F. Windows color (decimal): -16159629 or 7564297. OLE color: 7564297.

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

Color convert

RGB 9 108 115 -
CMYK 0.92 0.06 0 0.55
HSL 183.96º 0.85% 0.24% -
HSV(B) 183.96º 0.92% 0.45% -
XYZ 8.57 12.02 18.09 -
YUV 79.2 148.2 77.93 -
System Red Green Blue C M Y K H S L
Decimal 9 108 115 0.92 0.06 0 0.55 183.96 0.85 0.24
Hex 9 6C 73 5C 6 0 37 B8 55 18
Octal 11 154 163 134 6 0 67 270 125 30
Binary 1001 1101100 1110011 1011100 110 0 110111 10111000 1010101 11000

Color Harmonies of #096C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C73

Black with #096C73

Text Example


Text Example

White with #096C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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