Html Css Color HEX #096B6D Blue Lagoon

📋 copy color: '#096B6D'

red 9 ◦ green 107 ◦ blue 109

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

Shades of Blue Lagoon #096B6D

Tints of Blue Lagoon #096B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.44%

R = 4%
G = 47.56%
B = 48.44%

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

#096B6D (or 0x096B6D) is known color: Blue Lagoon. HEX triplet: 09, 6B and 6D. RGB value is (9,107,109). Sum of RGB (Red+Green+Blue) = 9+107+109=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #096B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B6D is #F69492. Grayscale: #4D4D4D. Windows color (decimal): -16159891 or 7170825. OLE color: 7170825.

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

Color convert

RGB 9 107 109 -
CMYK 0.92 0.02 0 0.57
HSL 181.2º 0.85% 0.23% -
HSV(B) 181.2º 0.92% 0.43% -
XYZ 8.13 11.68 16.29 -
YUV 77.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 9 107 109 0.92 0.02 0 0.57 181.2 0.85 0.23
Hex 9 6B 6D 5C 2 0 39 B5 55 17
Octal 11 153 155 134 2 0 71 265 125 27
Binary 1001 1101011 1101101 1011100 10 0 111001 10110101 1010101 10111

Color Harmonies of #096B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B6D

Black with #096B6D

Text Example


Text Example

White with #096B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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