Html Css Color HEX #09656F Blue Lagoon

📋 copy color: '#09656F'

red 9 ◦ green 101 ◦ blue 111

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

Shades of Blue Lagoon #09656F

Tints of Blue Lagoon #09656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.7%

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

R = 4.07%
G = 45.7%
B = 50.23%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09656F (or 0x09656F) is known color: Blue Lagoon. HEX triplet: 09, 65 and 6F. RGB value is (9,101,111). Sum of RGB (Red+Green+Blue) = 9+101+111=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #09656F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09656F is #F69A90. Grayscale: #4A4A4A. Windows color (decimal): -16161425 or 7300361. OLE color: 7300361.

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

Color convert

RGB 9 101 111 -
CMYK 0.92 0.09 0 0.56
HSL 185.88º 0.85% 0.24% -
HSV(B) 185.88º 0.92% 0.44% -
XYZ 7.64 10.51 16.67 -
YUV 74.63 148.52 81.19 -
System Red Green Blue C M Y K H S L
Decimal 9 101 111 0.92 0.09 0 0.56 185.88 0.85 0.24
Hex 9 65 6F 5C 9 0 38 BA 55 18
Octal 11 145 157 134 11 0 70 272 125 30
Binary 1001 1100101 1101111 1011100 1001 0 111000 10111010 1010101 11000

Color Harmonies of #09656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09656F

Black with #09656F

Text Example


Text Example

White with #09656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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