Html Css Color HEX #096B6E Blue Lagoon

📋 copy color: '#096B6E'

red 9 ◦ green 107 ◦ blue 110

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

Shades of Blue Lagoon #096B6E

Tints of Blue Lagoon #096B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 3.98%
G = 47.35%
B = 48.67%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#096B6E (or 0x096B6E) is known color: Blue Lagoon. HEX triplet: 09, 6B and 6E. RGB value is (9,107,110). Sum of RGB (Red+Green+Blue) = 9+107+110=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #096B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B6E is #F69491. Grayscale: #4D4D4D. Windows color (decimal): -16159890 or 7236361. OLE color: 7236361.

HSL color Cylindrical-coordinate representation of color #096B6E: hue angle of 181.78º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B6E is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 107 110 -
CMYK 0.92 0.03 0 0.57
HSL 181.78º 0.85% 0.23% -
HSV(B) 181.78º 0.92% 0.43% -
XYZ 8.18 11.7 16.58 -
YUV 78.04 146.03 78.76 -
System Red Green Blue C M Y K H S L
Decimal 9 107 110 0.92 0.03 0 0.57 181.78 0.85 0.23
Hex 9 6B 6E 5C 3 0 39 B6 55 17
Octal 11 153 156 134 3 0 71 266 125 27
Binary 1001 1101011 1101110 1011100 11 0 111001 10110110 1010101 10111

Color Harmonies of #096B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B6E

Black with #096B6E

Text Example


Text Example

White with #096B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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