Html Css Color HEX #096B6F Blue Lagoon

📋 copy color: '#096B6F'

red 9 ◦ green 107 ◦ blue 111

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

Shades of Blue Lagoon #096B6F

Tints of Blue Lagoon #096B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.9%

R = 3.96%
G = 47.14%
B = 48.9%

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

#096B6F (or 0x096B6F) is known color: Blue Lagoon. HEX triplet: 09, 6B and 6F. RGB value is (9,107,111). Sum of RGB (Red+Green+Blue) = 9+107+111=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #096B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B6F is #F69490. Grayscale: #4E4E4E. Windows color (decimal): -16159889 or 7301897. OLE color: 7301897.

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

Color convert

RGB 9 107 111 -
CMYK 0.92 0.04 0 0.56
HSL 182.35º 0.85% 0.24% -
HSV(B) 182.35º 0.92% 0.44% -
XYZ 8.24 11.72 16.87 -
YUV 78.15 146.53 78.67 -
System Red Green Blue C M Y K H S L
Decimal 9 107 111 0.92 0.04 0 0.56 182.35 0.85 0.24
Hex 9 6B 6F 5C 4 0 38 B6 55 18
Octal 11 153 157 134 4 0 70 266 125 30
Binary 1001 1101011 1101111 1011100 100 0 111000 10110110 1010101 11000

Color Harmonies of #096B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B6F

Black with #096B6F

Text Example


Text Example

White with #096B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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