Html Css Color HEX #096B7B Blue Lagoon

📋 copy color: '#096B7B'

red 9 ◦ green 107 ◦ blue 123

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

Shades of Blue Lagoon #096B7B

Tints of Blue Lagoon #096B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.46%

R = 3.77%
G = 44.77%
B = 51.46%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#096B7B (or 0x096B7B) is known color: Blue Lagoon. HEX triplet: 09, 6B and 7B. RGB value is (9,107,123). Sum of RGB (Red+Green+Blue) = 9+107+123=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #096B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B7B is #F69484. Grayscale: #4F4F4F. Windows color (decimal): -16159877 or 8088329. OLE color: 8088329.

HSL color Cylindrical-coordinate representation of color #096B7B: hue angle of 188.42º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096B7B is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 107 123 -
CMYK 0.93 0.13 0 0.52
HSL 188.42º 0.86% 0.26% -
HSV(B) 188.42º 0.93% 0.48% -
XYZ 8.95 12 20.58 -
YUV 79.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 9 107 123 0.93 0.13 0 0.52 188.42 0.86 0.26
Hex 9 6B 7B 5D D 0 34 BC 56 1A
Octal 11 153 173 135 15 0 64 274 126 32
Binary 1001 1101011 1111011 1011101 1101 0 110100 10111100 1010110 11010

Color Harmonies of #096B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B7B

Black with #096B7B

Text Example


Text Example

White with #096B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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