Html Css Color HEX #09596A Blue Lagoon

📋 copy color: '#09596A'

red 9 ◦ green 89 ◦ blue 106

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

Shades of Blue Lagoon #09596A

Tints of Blue Lagoon #09596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 51.96%

R = 4.41%
G = 43.63%
B = 51.96%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09596A (or 0x09596A) is known color: Blue Lagoon. HEX triplet: 09, 59 and 6A. RGB value is (9,89,106). Sum of RGB (Red+Green+Blue) = 9+89+106=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #09596A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09596A is #F6A695. Grayscale: #424242. Windows color (decimal): -16164502 or 6969609. OLE color: 6969609.

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

Color convert

RGB 9 89 106 -
CMYK 0.92 0.16 0 0.58
HSL 190.52º 0.84% 0.23% -
HSV(B) 190.52º 0.92% 0.42% -
XYZ 6.29 8.24 14.9 -
YUV 67.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 9 89 106 0.92 0.16 0 0.58 190.52 0.84 0.23
Hex 9 59 6A 5C 10 0 3A BF 54 17
Octal 11 131 152 134 20 0 72 277 124 27
Binary 1001 1011001 1101010 1011100 10000 0 111010 10111111 1010100 10111

Color Harmonies of #09596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09596A

Black with #09596A

Text Example


Text Example

White with #09596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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