Html Css Color HEX #096B74 Blue Lagoon

📋 copy color: '#096B74'

red 9 ◦ green 107 ◦ blue 116

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

Shades of Blue Lagoon #096B74

Tints of Blue Lagoon #096B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.12%

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

R = 3.88%
G = 46.12%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096B74 (or 0x096B74) is known color: Blue Lagoon. HEX triplet: 09, 6B and 74. RGB value is (9,107,116). Sum of RGB (Red+Green+Blue) = 9+107+116=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #096B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B74 is #F6948B. Grayscale: #4E4E4E. Windows color (decimal): -16159884 or 7629577. OLE color: 7629577.

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

Color convert

RGB 9 107 116 -
CMYK 0.92 0.08 0 0.55
HSL 185.05º 0.86% 0.25% -
HSV(B) 185.05º 0.92% 0.45% -
XYZ 8.52 11.83 18.36 -
YUV 78.72 149.03 78.27 -
System Red Green Blue C M Y K H S L
Decimal 9 107 116 0.92 0.08 0 0.55 185.05 0.86 0.25
Hex 9 6B 74 5C 8 0 37 B9 56 19
Octal 11 153 164 134 10 0 67 271 126 31
Binary 1001 1101011 1110100 1011100 1000 0 110111 10111001 1010110 11001

Color Harmonies of #096B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B74

Black with #096B74

Text Example


Text Example

White with #096B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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