Html Css Color HEX #096C71 Blue Lagoon

📋 copy color: '#096C71'

red 9 ◦ green 108 ◦ blue 113

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

Shades of Blue Lagoon #096C71

Tints of Blue Lagoon #096C71

RGB

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

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

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

R = 3.91%
G = 46.96%
B = 49.13%

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

#096C71 (or 0x096C71) is known color: Blue Lagoon. HEX triplet: 09, 6C and 71. RGB value is (9,108,113). Sum of RGB (Red+Green+Blue) = 9+108+113=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #096C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C71 is #F6938E. Grayscale: #4E4E4E. Windows color (decimal): -16159631 or 7433225. OLE color: 7433225.

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

Color convert

RGB 9 108 113 -
CMYK 0.92 0.04 0 0.56
HSL 182.88º 0.85% 0.24% -
HSV(B) 182.88º 0.92% 0.44% -
XYZ 8.46 11.98 17.49 -
YUV 78.97 147.2 78.09 -
System Red Green Blue C M Y K H S L
Decimal 9 108 113 0.92 0.04 0 0.56 182.88 0.85 0.24
Hex 9 6C 71 5C 4 0 38 B7 55 18
Octal 11 154 161 134 4 0 70 267 125 30
Binary 1001 1101100 1110001 1011100 100 0 111000 10110111 1010101 11000

Color Harmonies of #096C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C71

Black with #096C71

Text Example


Text Example

White with #096C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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