Html Css Color HEX #096D7A Blue Lagoon

📋 copy color: '#096D7A'

red 9 ◦ green 109 ◦ blue 122

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

Shades of Blue Lagoon #096D7A

Tints of Blue Lagoon #096D7A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.42%

 BLUE value IS 122 (48.05% from 255) = 50.83%

R = 3.75%
G = 45.42%
B = 50.83%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#096D7A (or 0x096D7A) is known color: Blue Lagoon. HEX triplet: 09, 6D and 7A. RGB value is (9,109,122). Sum of RGB (Red+Green+Blue) = 9+109+122=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #096D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D7A is #F69285. Grayscale: #505050. Windows color (decimal): -16159366 or 8023305. OLE color: 8023305.

HSL color Cylindrical-coordinate representation of color #096D7A: hue angle of 186.9º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096D7A is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 109 122 -
CMYK 0.93 0.11 0 0.52
HSL 186.9º 0.86% 0.26% -
HSV(B) 186.9º 0.93% 0.48% -
XYZ 9.09 12.4 20.33 -
YUV 80.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 9 109 122 0.93 0.11 0 0.52 186.9 0.86 0.26
Hex 9 6D 7A 5D B 0 34 BB 56 1A
Octal 11 155 172 135 13 0 64 273 126 32
Binary 1001 1101101 1111010 1011101 1011 0 110100 10111011 1010110 11010

Color Harmonies of #096D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D7A

Black with #096D7A

Text Example


Text Example

White with #096D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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