Html Css Color HEX #096C70 Blue Lagoon

📋 copy color: '#096C70'

red 9 ◦ green 108 ◦ blue 112

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

Shades of Blue Lagoon #096C70

Tints of Blue Lagoon #096C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 3.93%
G = 47.16%
B = 48.91%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096C70 (or 0x096C70) is known color: Blue Lagoon. HEX triplet: 09, 6C and 70. RGB value is (9,108,112). Sum of RGB (Red+Green+Blue) = 9+108+112=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #096C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C70 is #F6938F. Grayscale: #4E4E4E. Windows color (decimal): -16159632 or 7367689. OLE color: 7367689.

HSL color Cylindrical-coordinate representation of color #096C70: hue angle of 182.33º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096C70 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 108 112 -
CMYK 0.92 0.04 0 0.56
HSL 182.33º 0.85% 0.24% -
HSV(B) 182.33º 0.92% 0.44% -
XYZ 8.4 11.95 17.19 -
YUV 78.86 146.7 78.17 -
System Red Green Blue C M Y K H S L
Decimal 9 108 112 0.92 0.04 0 0.56 182.33 0.85 0.24
Hex 9 6C 70 5C 4 0 38 B6 55 18
Octal 11 154 160 134 4 0 70 266 125 30
Binary 1001 1101100 1110000 1011100 100 0 111000 10110110 1010101 11000

Color Harmonies of #096C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C70

Black with #096C70

Text Example


Text Example

White with #096C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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