Html Css Color HEX #09596C Blue Lagoon

📋 copy color: '#09596C'

red 9 ◦ green 89 ◦ blue 108

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

Shades of Blue Lagoon #09596C

Tints of Blue Lagoon #09596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.2%

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

R = 4.37%
G = 43.2%
B = 52.43%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09596C (or 0x09596C) is known color: Blue Lagoon. HEX triplet: 09, 59 and 6C. RGB value is (9,89,108). Sum of RGB (Red+Green+Blue) = 9+89+108=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #09596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09596C is #F6A693. Grayscale: #434343. Windows color (decimal): -16164500 or 7100681. OLE color: 7100681.

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

Color convert

RGB 9 89 108 -
CMYK 0.92 0.18 0 0.58
HSL 191.52º 0.85% 0.23% -
HSV(B) 191.52º 0.92% 0.42% -
XYZ 6.39 8.29 15.45 -
YUV 67.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 9 89 108 0.92 0.18 0 0.58 191.52 0.85 0.23
Hex 9 59 6C 5C 12 0 3A C0 55 17
Octal 11 131 154 134 22 0 72 300 125 27
Binary 1001 1011001 1101100 1011100 10010 0 111010 11000000 1010101 10111

Color Harmonies of #09596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09596C

Black with #09596C

Text Example


Text Example

White with #09596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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