Html Css Color HEX #096A6B Blue Lagoon

📋 copy color: '#096A6B'

red 9 ◦ green 106 ◦ blue 107

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

Shades of Blue Lagoon #096A6B

Tints of Blue Lagoon #096A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.75%

 BLUE value IS 107 (42.19% from 255) = 48.2%

R = 4.05%
G = 47.75%
B = 48.2%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#096A6B (or 0x096A6B) is known color: Blue Lagoon. HEX triplet: 09, 6A and 6B. RGB value is (9,106,107). Sum of RGB (Red+Green+Blue) = 9+106+107=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #096A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A6B is #F69594. Grayscale: #4D4D4D. Windows color (decimal): -16160149 or 7039497. OLE color: 7039497.

HSL color Cylindrical-coordinate representation of color #096A6B: hue angle of 180.61º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A6B is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 107 -
CMYK 0.92 0.01 0 0.58
HSL 180.61º 0.84% 0.23% -
HSV(B) 180.61º 0.92% 0.42% -
XYZ 7.92 11.43 15.7 -
YUV 77.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 9 106 107 0.92 0.01 0 0.58 180.61 0.84 0.23
Hex 9 6A 6B 5C 1 0 3A B5 54 17
Octal 11 152 153 134 1 0 72 265 124 27
Binary 1001 1101010 1101011 1011100 1 0 111010 10110101 1010100 10111

Color Harmonies of #096A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A6B

Black with #096A6B

Text Example


Text Example

White with #096A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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