Html Css Color HEX #096C74 Blue Lagoon

📋 copy color: '#096C74'

red 9 ◦ green 108 ◦ blue 116

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

Shades of Blue Lagoon #096C74

Tints of Blue Lagoon #096C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.35%

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

R = 3.86%
G = 46.35%
B = 49.79%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096C74 (or 0x096C74) is known color: Blue Lagoon. HEX triplet: 09, 6C and 74. RGB value is (9,108,116). Sum of RGB (Red+Green+Blue) = 9+108+116=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #096C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C74 is #F6938B. Grayscale: #4F4F4F. Windows color (decimal): -16159628 or 7629833. OLE color: 7629833.

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

Color convert

RGB 9 108 116 -
CMYK 0.92 0.07 0 0.55
HSL 184.49º 0.86% 0.25% -
HSV(B) 184.49º 0.92% 0.45% -
XYZ 8.63 12.04 18.39 -
YUV 79.31 148.7 77.85 -
System Red Green Blue C M Y K H S L
Decimal 9 108 116 0.92 0.07 0 0.55 184.49 0.86 0.25
Hex 9 6C 74 5C 7 0 37 B8 56 19
Octal 11 154 164 134 7 0 67 270 126 31
Binary 1001 1101100 1110100 1011100 111 0 110111 10111000 1010110 11001

Color Harmonies of #096C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C74

Black with #096C74

Text Example


Text Example

White with #096C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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