Html Css Color HEX #096C6C Blue Lagoon

📋 copy color: '#096C6C'

red 9 ◦ green 108 ◦ blue 108

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

Shades of Blue Lagoon #096C6C

Tints of Blue Lagoon #096C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48%

R = 4%
G = 48%
B = 48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#096C6C (or 0x096C6C) is known color: Blue Lagoon. HEX triplet: 09, 6C and 6C. RGB value is (9,108,108). Sum of RGB (Red+Green+Blue) = 9+108+108=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #096C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C6C is #F69393. Grayscale: #4E4E4E. Windows color (decimal): -16159636 or 7105545. OLE color: 7105545.

HSL color Cylindrical-coordinate representation of color #096C6C: hue angle of 180º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096C6C is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 108 108 -
CMYK 0.92 0 0 0.58
HSL 180º 0.85% 0.23% -
HSV(B) 180º 0.92% 0.42% -
XYZ 8.18 11.87 16.05 -
YUV 78.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 9 108 108 0.92 0 0 0.58 180 0.85 0.23
Hex 9 6C 6C 5C 0 0 3A B4 55 17
Octal 11 154 154 134 0 0 72 264 125 27
Binary 1001 1101100 1101100 1011100 0 0 111010 10110100 1010101 10111

Color Harmonies of #096C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C6C

Black with #096C6C

Text Example


Text Example

White with #096C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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