Html Css Color HEX #096D71 Blue Lagoon

📋 copy color: '#096D71'

red 9 ◦ green 109 ◦ blue 113

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

Shades of Blue Lagoon #096D71

Tints of Blue Lagoon #096D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 3.9%
G = 47.19%
B = 48.92%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096D71 (or 0x096D71) is known color: Blue Lagoon. HEX triplet: 09, 6D and 71. RGB value is (9,109,113). Sum of RGB (Red+Green+Blue) = 9+109+113=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #096D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D71 is #F6928E. Grayscale: #4F4F4F. Windows color (decimal): -16159375 or 7433481. OLE color: 7433481.

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

Color convert

RGB 9 109 113 -
CMYK 0.92 0.04 0 0.56
HSL 182.31º 0.85% 0.24% -
HSV(B) 182.31º 0.92% 0.44% -
XYZ 8.56 12.19 17.52 -
YUV 79.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 9 109 113 0.92 0.04 0 0.56 182.31 0.85 0.24
Hex 9 6D 71 5C 4 0 38 B6 55 18
Octal 11 155 161 134 4 0 70 266 125 30
Binary 1001 1101101 1110001 1011100 100 0 111000 10110110 1010101 11000

Color Harmonies of #096D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D71

Black with #096D71

Text Example


Text Example

White with #096D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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