Html Css Color HEX #096E78 Blue Lagoon

📋 copy color: '#096E78'

red 9 ◦ green 110 ◦ blue 120

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

Shades of Blue Lagoon #096E78

Tints of Blue Lagoon #096E78

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.03%

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 3.77%
G = 46.03%
B = 50.21%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096E78 (or 0x096E78) is known color: Blue Lagoon. HEX triplet: 09, 6E and 78. RGB value is (9,110,120). Sum of RGB (Red+Green+Blue) = 9+110+120=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #096E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E78 is #F69187. Grayscale: #505050. Windows color (decimal): -16159112 or 7892489. OLE color: 7892489.

HSL color Cylindrical-coordinate representation of color #096E78: hue angle of 185.41º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096E78 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 110 120 -
CMYK 0.92 0.08 0 0.53
HSL 185.41º 0.86% 0.25% -
HSV(B) 185.41º 0.93% 0.47% -
XYZ 9.08 12.57 19.72 -
YUV 80.94 150.04 76.69 -
System Red Green Blue C M Y K H S L
Decimal 9 110 120 0.92 0.08 0 0.53 185.41 0.86 0.25
Hex 9 6E 78 5C 8 0 35 B9 56 19
Octal 11 156 170 134 10 0 65 271 126 31
Binary 1001 1101110 1111000 1011100 1000 0 110101 10111001 1010110 11001

Color Harmonies of #096E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E78

Black with #096E78

Text Example


Text Example

White with #096E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,110,120); }

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

background-color css

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

 a { background-color: rgb(9,110,120); }

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

border-color css

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

 span { border-color: rgb(9,110,120); }

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