Html Css Color HEX #096A6F Blue Lagoon

📋 copy color: '#096A6F'

red 9 ◦ green 106 ◦ blue 111

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

Shades of Blue Lagoon #096A6F

Tints of Blue Lagoon #096A6F

RGB

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

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

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

R = 3.98%
G = 46.9%
B = 49.12%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096A6F (or 0x096A6F) is known color: Blue Lagoon. HEX triplet: 09, 6A and 6F. RGB value is (9,106,111). Sum of RGB (Red+Green+Blue) = 9+106+111=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #096A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A6F is #F69590. Grayscale: #4D4D4D. Windows color (decimal): -16160145 or 7301641. OLE color: 7301641.

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

Color convert

RGB 9 106 111 -
CMYK 0.92 0.05 0 0.56
HSL 182.94º 0.85% 0.24% -
HSV(B) 182.94º 0.92% 0.44% -
XYZ 8.14 11.51 16.83 -
YUV 77.57 146.86 79.09 -
System Red Green Blue C M Y K H S L
Decimal 9 106 111 0.92 0.05 0 0.56 182.94 0.85 0.24
Hex 9 6A 6F 5C 5 0 38 B7 55 18
Octal 11 152 157 134 5 0 70 267 125 30
Binary 1001 1101010 1101111 1011100 101 0 111000 10110111 1010101 11000

Color Harmonies of #096A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A6F

Black with #096A6F

Text Example


Text Example

White with #096A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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