Html Css Color HEX #09656C Blue Lagoon

📋 copy color: '#09656C'

red 9 ◦ green 101 ◦ blue 108

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

Shades of Blue Lagoon #09656C

Tints of Blue Lagoon #09656C

RGB

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

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

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

R = 4.13%
G = 46.33%
B = 49.54%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09656C (or 0x09656C) is known color: Blue Lagoon. HEX triplet: 09, 65 and 6C. RGB value is (9,101,108). Sum of RGB (Red+Green+Blue) = 9+101+108=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #09656C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09656C is #F69A93. Grayscale: #4A4A4A. Windows color (decimal): -16161428 or 7103753. OLE color: 7103753.

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

Color convert

RGB 9 101 108 -
CMYK 0.92 0.06 0 0.58
HSL 184.24º 0.85% 0.23% -
HSV(B) 184.24º 0.92% 0.42% -
XYZ 7.47 10.45 15.81 -
YUV 74.29 147.02 81.43 -
System Red Green Blue C M Y K H S L
Decimal 9 101 108 0.92 0.06 0 0.58 184.24 0.85 0.23
Hex 9 65 6C 5C 6 0 3A B8 55 17
Octal 11 145 154 134 6 0 72 270 125 27
Binary 1001 1100101 1101100 1011100 110 0 111010 10111000 1010101 10111

Color Harmonies of #09656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09656C

Black with #09656C

Text Example


Text Example

White with #09656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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