Html Css Color HEX #09696C Blue Lagoon

📋 copy color: '#09696C'

red 9 ◦ green 105 ◦ blue 108

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

Shades of Blue Lagoon #09696C

Tints of Blue Lagoon #09696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.3%

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

R = 4.05%
G = 47.3%
B = 48.65%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09696C (or 0x09696C) is known color: Blue Lagoon. HEX triplet: 09, 69 and 6C. RGB value is (9,105,108). Sum of RGB (Red+Green+Blue) = 9+105+108=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #09696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09696C is #F69693. Grayscale: #4C4C4C. Windows color (decimal): -16160404 or 7104777. OLE color: 7104777.

HSL color Cylindrical-coordinate representation of color #09696C: hue angle of 181.82º 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 #09696C is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 105 108 -
CMYK 0.92 0.03 0 0.58
HSL 181.82º 0.85% 0.23% -
HSV(B) 181.82º 0.92% 0.42% -
XYZ 7.87 11.24 15.94 -
YUV 76.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 9 105 108 0.92 0.03 0 0.58 181.82 0.85 0.23
Hex 9 69 6C 5C 3 0 3A B6 55 17
Octal 11 151 154 134 3 0 72 266 125 27
Binary 1001 1101001 1101100 1011100 11 0 111010 10110110 1010101 10111

Color Harmonies of #09696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09696C

Black with #09696C

Text Example


Text Example

White with #09696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09696C; }

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

 H1.HeaderClassName
 {
   color: #09696C;
 }
 .AnyTagClassName
 {
   color: #09696C;
 }
</style>

background-color css

<style>
 a { background-color: #09696C; }

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

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

border-color css

<style>
 span { border-color: #09696C; }

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

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