Html Css Color HEX #096C6E Blue Lagoon

📋 copy color: '#096C6E'

red 9 ◦ green 108 ◦ blue 110

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

Shades of Blue Lagoon #096C6E

Tints of Blue Lagoon #096C6E

RGB

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

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

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

R = 3.96%
G = 47.58%
B = 48.46%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#096C6E (or 0x096C6E) is known color: Blue Lagoon. HEX triplet: 09, 6C and 6E. RGB value is (9,108,110). Sum of RGB (Red+Green+Blue) = 9+108+110=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #096C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C6E is #F69391. Grayscale: #4E4E4E. Windows color (decimal): -16159634 or 7236617. OLE color: 7236617.

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

Color convert

RGB 9 108 110 -
CMYK 0.92 0.02 0 0.57
HSL 181.19º 0.85% 0.23% -
HSV(B) 181.19º 0.92% 0.43% -
XYZ 8.29 11.91 16.61 -
YUV 78.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 9 108 110 0.92 0.02 0 0.57 181.19 0.85 0.23
Hex 9 6C 6E 5C 2 0 39 B5 55 17
Octal 11 154 156 134 2 0 71 265 125 27
Binary 1001 1101100 1101110 1011100 10 0 111001 10110101 1010101 10111

Color Harmonies of #096C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C6E

Black with #096C6E

Text Example


Text Example

White with #096C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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