Html Css Color HEX #096B71 Blue Lagoon

📋 copy color: '#096B71'

red 9 ◦ green 107 ◦ blue 113

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

Shades of Blue Lagoon #096B71

Tints of Blue Lagoon #096B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.72%

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

R = 3.93%
G = 46.72%
B = 49.34%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096B71 (or 0x096B71) is known color: Blue Lagoon. HEX triplet: 09, 6B and 71. RGB value is (9,107,113). Sum of RGB (Red+Green+Blue) = 9+107+113=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #096B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B71 is #F6948E. Grayscale: #4E4E4E. Windows color (decimal): -16159887 or 7432969. OLE color: 7432969.

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

Color convert

RGB 9 107 113 -
CMYK 0.92 0.05 0 0.56
HSL 183.46º 0.85% 0.24% -
HSV(B) 183.46º 0.92% 0.44% -
XYZ 8.35 11.77 17.45 -
YUV 78.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 9 107 113 0.92 0.05 0 0.56 183.46 0.85 0.24
Hex 9 6B 71 5C 5 0 38 B7 55 18
Octal 11 153 161 134 5 0 70 267 125 30
Binary 1001 1101011 1110001 1011100 101 0 111000 10110111 1010101 11000

Color Harmonies of #096B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B71

Black with #096B71

Text Example


Text Example

White with #096B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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