Html Css Color HEX #9FBAB6 Conch

📋 copy color: '#9FBAB6'

red 159 ◦ green 186 ◦ blue 182

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

Shades of Conch #9FBAB6

Tints of Conch #9FBAB6

RGB

 RED value IS 159 (62.5% from 255) = 30.17%

 GREEN value IS 186 (73.05% from 255) = 35.29%

 BLUE value IS 182 (71.48% from 255) = 34.54%

R = 30.17%
G = 35.29%
B = 34.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#9FBAB6 (or 0x9FBAB6) is known color: Conch. HEX triplet: 9F, BA and B6. RGB value is (159,186,182). Sum of RGB (Red+Green+Blue) = 159+186+182=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAB6 is #604549. Grayscale: #B1B1B1. Windows color (decimal): -6309194 or 11975327. OLE color: 11975327.

HSL color Cylindrical-coordinate representation of color #9FBAB6: hue angle of 171.11º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAB6 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 186 182 -
CMYK 0.15 0 0.02 0.27
HSL 171.11º 0.16% 0.68% -
HSV(B) 171.11º 0.15% 0.73% -
XYZ 40.3 45.87 50.98 -
YUV 177.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 159 186 182 0.15 0 0.02 0.27 171.11 0.16 0.68
Hex 9F BA B6 F 0 2 1B AB 10 44
Octal 237 272 266 17 0 2 33 253 20 104
Binary 10011111 10111010 10110110 1111 0 10 11011 10101011 10000 1000100

Color Harmonies of #9FBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBAB6

Black with #9FBAB6

Text Example


Text Example

White with #9FBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBAB6; }

 p { color: rgb(159,186,182); }

 H1.HeaderClassName
 {
   color: #9FBAB6;
 }
 .AnyTagClassName
 {
   color: #9FBAB6;
 }
</style>

background-color css

<style>
 a { background-color: #9FBAB6; }

 a { background-color: rgb(159,186,182); }

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

border-color css

<style>
 span { border-color: #9FBAB6; }

 span { border-color: rgb(159,186,182); }

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