Html Css Color HEX #096D74 Blue Lagoon

📋 copy color: '#096D74'

red 9 ◦ green 109 ◦ blue 116

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

Shades of Blue Lagoon #096D74

Tints of Blue Lagoon #096D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 3.85%
G = 46.58%
B = 49.57%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096D74 (or 0x096D74) is known color: Blue Lagoon. HEX triplet: 09, 6D and 74. RGB value is (9,109,116). Sum of RGB (Red+Green+Blue) = 9+109+116=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #096D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D74 is #F6928B. Grayscale: #4F4F4F. Windows color (decimal): -16159372 or 7630089. OLE color: 7630089.

HSL color Cylindrical-coordinate representation of color #096D74: hue angle of 183.93º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D74 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 109 116 -
CMYK 0.92 0.06 0 0.55
HSL 183.93º 0.86% 0.25% -
HSV(B) 183.93º 0.92% 0.45% -
XYZ 8.73 12.26 18.43 -
YUV 79.9 148.37 77.43 -
System Red Green Blue C M Y K H S L
Decimal 9 109 116 0.92 0.06 0 0.55 183.93 0.86 0.25
Hex 9 6D 74 5C 6 0 37 B8 56 19
Octal 11 155 164 134 6 0 67 270 126 31
Binary 1001 1101101 1110100 1011100 110 0 110111 10111000 1010110 11001

Color Harmonies of #096D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D74

Black with #096D74

Text Example


Text Example

White with #096D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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