Html Css Color HEX #096B75 Blue Lagoon

📋 copy color: '#096B75'

red 9 ◦ green 107 ◦ blue 117

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

Shades of Blue Lagoon #096B75

Tints of Blue Lagoon #096B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.92%

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 3.86%
G = 45.92%
B = 50.21%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096B75 (or 0x096B75) is known color: Blue Lagoon. HEX triplet: 09, 6B and 75. RGB value is (9,107,117). Sum of RGB (Red+Green+Blue) = 9+107+117=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #096B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B75 is #F6948A. Grayscale: #4E4E4E. Windows color (decimal): -16159883 or 7695113. OLE color: 7695113.

HSL color Cylindrical-coordinate representation of color #096B75: hue angle of 185.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B75 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 107 117 -
CMYK 0.92 0.09 0 0.54
HSL 185.56º 0.86% 0.25% -
HSV(B) 185.56º 0.92% 0.46% -
XYZ 8.58 11.86 18.67 -
YUV 78.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 9 107 117 0.92 0.09 0 0.54 185.56 0.86 0.25
Hex 9 6B 75 5C 9 0 36 BA 56 19
Octal 11 153 165 134 11 0 66 272 126 31
Binary 1001 1101011 1110101 1011100 1001 0 110110 10111010 1010110 11001

Color Harmonies of #096B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B75

Black with #096B75

Text Example


Text Example

White with #096B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096B75; }

 p { color: rgb(9,107,117); }

 H1.HeaderClassName
 {
   color: #096B75;
 }
 .AnyTagClassName
 {
   color: #096B75;
 }
</style>

background-color css

<style>
 a { background-color: #096B75; }

 a { background-color: rgb(9,107,117); }

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

border-color css

<style>
 span { border-color: #096B75; }

 span { border-color: rgb(9,107,117); }

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