Html Css Color HEX #096D7D Blue Lagoon

📋 copy color: '#096D7D'

red 9 ◦ green 109 ◦ blue 125

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

Shades of Blue Lagoon #096D7D

Tints of Blue Lagoon #096D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.44%

R = 3.7%
G = 44.86%
B = 51.44%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#096D7D (or 0x096D7D) is known color: Blue Lagoon. HEX triplet: 09, 6D and 7D. RGB value is (9,109,125). Sum of RGB (Red+Green+Blue) = 9+109+125=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #096D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D7D is #F69282. Grayscale: #505050. Windows color (decimal): -16159363 or 8219913. OLE color: 8219913.

HSL color Cylindrical-coordinate representation of color #096D7D: hue angle of 188.28º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096D7D is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 109 125 -
CMYK 0.93 0.13 0 0.51
HSL 188.28º 0.87% 0.26% -
HSV(B) 188.28º 0.93% 0.49% -
XYZ 9.28 12.48 21.32 -
YUV 80.92 152.87 76.7 -
System Red Green Blue C M Y K H S L
Decimal 9 109 125 0.93 0.13 0 0.51 188.28 0.87 0.26
Hex 9 6D 7D 5D D 0 33 BC 57 1A
Octal 11 155 175 135 15 0 63 274 127 32
Binary 1001 1101101 1111101 1011101 1101 0 110011 10111100 1010111 11010

Color Harmonies of #096D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D7D

Black with #096D7D

Text Example


Text Example

White with #096D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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