Html Css Color HEX #096E74 Blue Lagoon

📋 copy color: '#096E74'

red 9 ◦ green 110 ◦ blue 116

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

Shades of Blue Lagoon #096E74

Tints of Blue Lagoon #096E74

RGB

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

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

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

R = 3.83%
G = 46.81%
B = 49.36%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096E74 (or 0x096E74) is known color: Blue Lagoon. HEX triplet: 09, 6E and 74. RGB value is (9,110,116). Sum of RGB (Red+Green+Blue) = 9+110+116=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #096E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E74 is #F6918B. Grayscale: #505050. Windows color (decimal): -16159116 or 7630345. OLE color: 7630345.

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

Color convert

RGB 9 110 116 -
CMYK 0.92 0.05 0 0.55
HSL 183.36º 0.86% 0.25% -
HSV(B) 183.36º 0.92% 0.45% -
XYZ 8.84 12.47 18.46 -
YUV 80.49 148.04 77.01 -
System Red Green Blue C M Y K H S L
Decimal 9 110 116 0.92 0.05 0 0.55 183.36 0.86 0.25
Hex 9 6E 74 5C 5 0 37 B7 56 19
Octal 11 156 164 134 5 0 67 267 126 31
Binary 1001 1101110 1110100 1011100 101 0 110111 10110111 1010110 11001

Color Harmonies of #096E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E74

Black with #096E74

Text Example


Text Example

White with #096E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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