Html Css Color HEX #09696F Blue Lagoon

📋 copy color: '#09696F'

red 9 ◦ green 105 ◦ blue 111

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

Shades of Blue Lagoon #09696F

Tints of Blue Lagoon #09696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.33%

R = 4%
G = 46.67%
B = 49.33%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09696F (or 0x09696F) is known color: Blue Lagoon. HEX triplet: 09, 69 and 6F. RGB value is (9,105,111). Sum of RGB (Red+Green+Blue) = 9+105+111=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #09696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09696F is #F69690. Grayscale: #4C4C4C. Windows color (decimal): -16160401 or 7301385. OLE color: 7301385.

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

Color convert

RGB 9 105 111 -
CMYK 0.92 0.05 0 0.56
HSL 183.53º 0.85% 0.24% -
HSV(B) 183.53º 0.92% 0.44% -
XYZ 8.03 11.31 16.8 -
YUV 76.98 147.2 79.51 -
System Red Green Blue C M Y K H S L
Decimal 9 105 111 0.92 0.05 0 0.56 183.53 0.85 0.24
Hex 9 69 6F 5C 5 0 38 B8 55 18
Octal 11 151 157 134 5 0 70 270 125 30
Binary 1001 1101001 1101111 1011100 101 0 111000 10111000 1010101 11000

Color Harmonies of #09696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09696F

Black with #09696F

Text Example


Text Example

White with #09696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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